Search
j0ke.net Open Build Service
>
Projects
>
internetx
>
blocksshd
> blocksshd-redhat-init.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File blocksshd-redhat-init.diff of Package blocksshd (Revision 9)
Currently displaying revision
9
,
show latest
--- blocksshd-1.1/init/blocksshd.orig 2008-01-22 12:45:13.000000000 +0100 +++ blocksshd-1.1/init/blocksshd 2008-01-22 12:46:03.000000000 +0100 @@ -30,6 +30,7 @@ RETVAL=$? echo [ $RETVAL = 0 ] && touch /var/lock/subsys/blocksshd + $STARTCMD return $RETVAL ;; stop) @@ -39,6 +40,7 @@ RETVAL=$? echo [ $RETVAL = 0 ] && rm -f /var/lock/subsys/blocksshd + $STOPCMD ;; reload) $0 stop