summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankry2003-05-27 21:54:54 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitb6a0f372b0e4ef0cb440c706f68001c89d8e4033 (patch)
treef175786bd0683de238dc65c641386fa3c85760c2
parent8dcd3e0a03da9eeff98f3c476804f2b13bc4af95 (diff)
downloadnetatalk-b6a0f372b0e4ef0cb440c706f68001c89d8e4033.zip
netatalk-b6a0f372b0e4ef0cb440c706f68001c89d8e4033.tar.gz
- formatting
Changed files: atalk.init -> 1.5
-rw-r--r--atalk.init6
1 files changed, 3 insertions, 3 deletions
diff --git a/atalk.init b/atalk.init
index b2648f6..b254a21 100644
--- a/atalk.init
+++ b/atalk.init
@@ -40,11 +40,11 @@ case "$1" in
daemon atalkd
nbprgstr -p 4 "${ATALK_NAME}:Workstation"
nbprgstr -p 4 "${ATALK_NAME}:netatalk"
- if [ ${PAPD_RUN} = yes ] ; then
+ if [ ${PAPD_RUN} = yes ]; then
msg_starting papd
daemon papd
fi
- if [ ${AFPD_RUN} = yes ] ; then
+ if [ ${AFPD_RUN} = yes ]; then
msg_starting afpd
daemon afpd -c ${AFPD_MAX_CLIENTS} -n ${ATALK_NAME}
fi
@@ -69,7 +69,7 @@ case "$1" in
fi
# Attempt to zap the module, so that we can restart the
# Appletalk daemons cleanly
- if [ -e /proc/modules ] && [ -x /sbin/modprobe ] ; then
+ if [ -e /proc/modules ] && [ -x /sbin/modprobe ]; then
modprobe -r appletalk
fi
rm -f /var/lock/subsys/atalk >/dev/null 2>&1