summaryrefslogtreecommitdiff
path: root/netatalk.init
diff options
context:
space:
mode:
authorElan Ruusamäe2005-12-08 01:02:49 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit785a09df51cbda199219bb415cea500f7c3033bf (patch)
tree375fc89342c673fec5901d0c64910cfbed0d8caf /netatalk.init
parent153b5bbd98a177a55b09ef6a9f08c1daa3b9fe2e (diff)
downloadnetatalk-785a09df51cbda199219bb415cea500f7c3033bf.zip
netatalk-785a09df51cbda199219bb415cea500f7c3033bf.tar.gz
- killed trailing spaces/tabs
Changed files: atalk.init -> 1.6 netatalk.init -> 1.9
Diffstat (limited to 'netatalk.init')
-rw-r--r--netatalk.init10
1 files changed, 5 insertions, 5 deletions
diff --git a/netatalk.init b/netatalk.init
index 3e2d200..ba2d414 100644
--- a/netatalk.init
+++ b/netatalk.init
@@ -3,7 +3,7 @@
# description: This package enables Linux to talk to Macintosh \
# computers via the AppleTalk networking protocol and \
# provides printer, file sharing, and AppleTalk routing \
-# services.
+# services.
#
# AppleTalk daemons. Make sure not to start atalkd in the background:
# its data structures must have time to stablize before running the
@@ -48,7 +48,7 @@ case "$1" in
exit 0
fi
- if is_yes "${ATALKD_RUN}"; then
+ if is_yes "${ATALKD_RUN}"; then
msg_starting "atalkd"
daemon atalkd
RETVAL_ATALKD=$?
@@ -116,15 +116,15 @@ case "$1" in
exit $?
;;
status)
- if is_yes "${ATALKD_RUN}"; then
+ if is_yes "${ATALKD_RUN}"; then
if is_yes "${PAPD_RUN}"; then
status papd
fi
-
+
if is_yes "${TIMELORD_RUN}"; then
status timelord
fi
-
+
if is_yes "${AFPD_RUN}"; then
status afpd
fi