Massive whitespace cleanup

This commit is contained in:
Roy Marples
2007-11-28 15:45:03 +00:00
parent 444f23e2d1
commit ac9279cc0d
68 changed files with 613 additions and 608 deletions

View File

@@ -96,8 +96,8 @@ start_pre() {
local getuser="stat -f%Su"
[ "${RC_UNAME}" = "Linux" ] && getuser="stat -c%U"
case $(${getuser} "${named_chroot}${namedb}"/rndc.key) in
root|"${named_uid}") ;;
*) ${confgen} ;;
root|"${named_uid}");;
*) ${confgen};;
esac
else
${confgen}

View File

@@ -34,7 +34,7 @@ name="Network Time Protocol Daemon"
depend() {
use dns
need localmount
after bootmisc ntpdate ntp-client
after bootmisc ntp-client
}
start_pre() {

View File

@@ -27,7 +27,7 @@
command=/usr/sbin/sshd
command_args=${sshd_args}
pidfile=/var/run/sshd.pid
required_files=/etc/sshd/sshd_config
required_files=/etc/ssh/sshd_config
required_dirs=/var/empty
depend() {