Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92460 Details for
Bug 141347
net-misc/blocksshd-0.6 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
init script for blocksshd
blocksshd.init (text/plain), 598 bytes, created by
Mike Pagano
on 2006-07-21 16:24:49 UTC
(
hide
)
Description:
init script for blocksshd
Filename:
MIME Type:
Creator:
Mike Pagano
Created:
2006-07-21 16:24:49 UTC
Size:
598 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header:$ > >depend() { > need net >} > >checkconfig() { > if [ ! -e /etc/blocksshd/blocksshd.conf ] ; then > eerror "You need a /etc/blocksshd/blocksshd.conf file to run blocksshd" > eerror "There is a sample file in /etc/blocksshd/" > return 1 > fi > >} > >start() { > checkconfig || return 1 > ebegin "Starting BlockSSHD" > /usr/sbin/blocksshd --start > eend $? >} > >stop() { > ebegin "Stopping BlockSSHD" > start-stop-daemon --verbose --stop --pidfile /var/run/blocksshd.pid > eend $? >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 141347
:
92457
|
92458
|
92459
| 92460