Massive whitespace cleanup
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user