]> arthur.barton.de Git - netatalk.git/commitdiff
initscripts: describe netatalk version
authorHAT <hat@fa2.so-net.ne.jp>
Mon, 29 Aug 2011 15:19:54 +0000 (00:19 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Mon, 29 Aug 2011 15:19:54 +0000 (00:19 +0900)
15 files changed:
distrib/initscripts/Makefile.am
distrib/initscripts/rc.afpd.netbsd.tmpl
distrib/initscripts/rc.atalk.bsd.tmpl
distrib/initscripts/rc.atalk.debian.tmpl
distrib/initscripts/rc.atalk.gentoo.tmpl
distrib/initscripts/rc.atalk.redhat-systemd.tmpl
distrib/initscripts/rc.atalk.redhat-sysv.tmpl
distrib/initscripts/rc.atalk.suse.tmpl
distrib/initscripts/rc.atalk.sysv.tmpl
distrib/initscripts/rc.atalk.tru64.tmpl
distrib/initscripts/rc.atalkd.netbsd.tmpl
distrib/initscripts/rc.cnid_metad.netbsd.tmpl
distrib/initscripts/rc.papd.netbsd.tmpl
distrib/initscripts/rc.timelord.netbsd.tmpl
distrib/initscripts/service.atalk.redhat-systemd.tmpl

index 85eb8f44c27185d8662a97782ce975aac03e3cc5..5d73af0b2f24059c9ec348c3c79c85140d6cf482 100644 (file)
@@ -13,6 +13,7 @@ pkgconfdir = @PKGCONFDIR@
            -e s@:SBINDIR:@${sbindir}@ \
            -e s@:ETCDIR:@${pkgconfdir}@ \
            -e s@:PKGLIBEXECDIR:@${pkglibexecdir}@ \
+           -e s@:NETATALK_VERSION:@${NETATALK_VERSION}@ \
            <$< >$@
 
 GENERATED_FILES = \
index 36da2affb42c2757da894f70029e54c53255fb2e..6242d88c868f1f835b9a01336ad7fccf47f54855 100644 (file)
@@ -4,7 +4,7 @@
 # REQUIRE: cnid_metad
 # KEYWORD: shutdown
 #
-# Apple Filing Protocol daemon.
+# Apple Filing Protocol daemon. (netatalk :NETATALK_VERSION:)
 # If you use AppleTalk, Make sure not to start atalkd in the background:
 # its data structures must have time to stablize before running the
 # other processes.
index 6a0f489a27db73014cf0661c683a1e3f98913f94..b3249cc6682efe7a5b75eb2a55bd4d84780807c4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Netatalk daemons.
+# Netatalk :NETATALK_VERSION: daemons.
 # If you use AppleTalk, Make sure not to start atalkd in the background:
 # its data structures must have time to stablize before running the
 # other processes.
index a9fafd1320b8a2e4429b1295dc0bf830102212b9..ac5d8da0ac6337ef81b0805a8cea0530ca3abd25 100644 (file)
@@ -7,7 +7,7 @@
 # Default-Stop:      1
 ### END INIT INFO
 #
-# netatalk      Netatalk 2.x initscript
+# netatalk      Netatalk :NETATALK_VERSION: initscript
 # Author:       Thomas Kaiser <Thomas.Kaiser@phg-online.de>
 
 set -e
index 5ed475c556acff5b1c9b4ed3a0c83c86d9c6f148..5f0c65f1a4c4fbb5c35720270a9c461345fad8f0 100644 (file)
@@ -1,6 +1,6 @@
 #!/sbin/runscript
 
-# Netatalk daemons.
+# Netatalk :NETATALK_VERSION: daemons.
 # If you use AppleTalk, Make sure not to start atalkd in the background:
 # its data structures must have time to stablize before running the
 # other processes.
index 7468d3a71eb3dfbdbbdd88a5656bfe1588321c85..58f197aed36f8a98949ab991df974e0105ca5e61 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Netatalk startup script for systemd.
+# Netatalk :NETATALK_VERSION: startup script for systemd.
 
 ATALK_BIN=:BINDIR:
 ATALK_CONF_DIR=:ETCDIR:
index 79b613bd69b614afb1200af5c1f07c67946ddd52..f066232b2d1289025bdfc3b57a090142ffc7e7ea 100644 (file)
@@ -4,7 +4,7 @@
 #              and provides printer, file sharing, and routing 
 #              services via legacy AppleTalk networking protocol.
 #
-# Netatalk daemons.
+# Netatalk :NETATALK_VERSION: daemons.
 # If you use AppleTalk, Make sure not to start atalkd in the background:
 # its data structures must have time to stablize before running the
 # other processes.
index f392d51cfc5a6cd1480a0eb040227ab487a86f0b..68328e6d779f26b5d627d3c306054d2d2a395d2d 100755 (executable)
@@ -16,6 +16,8 @@
 # Description:    AFP over TCP and legacy AppleTalk daemons
 ### END INIT INFO
 
+# Netatalk :NETATALK_VERSION:
+
 ATALK_NAME=`hostname|sed 's/\..*$//'`
 ATALK_UNIX_CHARSET='LOCALE'
 ATALK_MAC_CHARSET='MAC_ROMAN'
index 85ec0748f5b6add6f72f3522d3b5dd42e41915b2..ddad742d38bd9fbd79ba5e5a5b081d9035d58bea 100755 (executable)
@@ -1,8 +1,7 @@
 #! /bin/sh
 #
-# Start/stop the Netatalk daemons.
+# Start/stop the Netatalk :NETATALK_VERSION: daemons.
 #
-# Netatalk daemons.
 # If you use AppleTalk, Make sure not to start atalkd in the background:
 # its data structures must have time to stablize before running the
 # other processes.
index 3a7f97032d77231b92b7115538c36d94127656a5..0c350af4d91b62f1d5157ae2516875a890361ada 100755 (executable)
@@ -1,8 +1,7 @@
 #! /bin/sh
 #
-# Start/stop the Netatalk daemons.
+# Start/stop the Netatalk :NETATALK_VERSION: daemons.
 #
-# Netatalk daemons.
 # If you use AppleTalk, Make sure not to start atalkd in the background:
 # its data structures must have time to stablize before running the
 # other processes.
index a567048791d54337152b999ede79ba0403f828c7..d531204b9135d1dd387c514784a813004a4777b8 100644 (file)
@@ -3,7 +3,7 @@
 # PROVIDE: atalkd
 # REQUIRE: DAEMON
 #
-# AppleTalk daemon.
+# AppleTalk daemon. (netatalk :NETATALK_VERSION:)
 # If you use AppleTalk, Make sure not to start atalkd in the background:
 # its data structures must have time to stablize before running the
 # other processes.
index b0963cfea6c287a0885e400f6d91395b740972c1..caeba08ef6b4f7754000889129db64d768142aeb 100644 (file)
@@ -2,7 +2,7 @@
 #
 # PROVIDE: cnid_metad
 #
-# Start cnid_dbd daemons on request.
+# Start cnid_dbd daemons on request.  (netatalk :NETATALK_VERSION:)
 # The cnid_dbd is an implementation for accessing to CNID databases
 # through a dedicated daemon process.
 #
index 4b2f3d6a6c35bfa407958f0ba0135ecbe5024281..f32cb7cbc91c37a2a834cca94036620afd4e8906 100644 (file)
@@ -3,7 +3,7 @@
 # PROVIDE: papd
 # REQUIRE: atalkd
 #
-# AppleTalk print server daemon.
+# AppleTalk print server daemon.  (netatalk :NETATALK_VERSION:)
 # Make sure not to start atalkd in the background:
 # its data structures must have time to stablize before running the
 # other processes.
index 2c4f2bbfdef740f710d8e8c7b4c8a84be86ac84b..aae4b7a379227fe78a6623b95456d31afc0cd468 100644 (file)
@@ -3,7 +3,7 @@
 # PROVIDE: timelord
 # REQUIRE: atalkd
 #
-# AppleTalk time server daemon.
+# AppleTalk time server daemon. (netatalk :NETATALK_VERSION:)
 # Make sure not to start atalkd in the background:
 # its data structures must have time to stablize before running the
 # other processes.
index 034e5fb2f6eefe2cc22df54ad7395d441a1f4f07..cd7a3dfcfb4e798a32d2e9bbb7f6a1a2918f5576 100644 (file)
@@ -1,4 +1,4 @@
-# This file is part of netatalk.
+# This file is part of netatalk :NETATALK_VERSION:.
 
 [Unit]
 Description=File and Printer sharing for Macintosh clients