--- files/denyhosts.rc6 2005-07-23 22:15:26.000000000 -0400 +++ files/denyhosts.rc6 2005-07-23 22:06:39.000000000 -0400 @@ -1,6 +1,6 @@ #!/sbin/runscript -opts="depend start stop restart status debug" +opts="depend start stop debug" depend() { need clock hostname logger @@ -18,16 +18,6 @@ eend $? } -restart() { - ebegin "Restarting DenyHosts daemon" - /usr/sbin/denyhosts-daemon-control restart >/dev/null - eend $? -} - -status() { - /usr/sbin/denyhosts-daemon-control status -} - debug() { /usr/sbin/denyhosts-daemon-control debug }