]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
move template.init to doc
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 14 Aug 2011 11:56:53 +0000 (11:56 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 14 Aug 2011 11:56:53 +0000 (11:56 +0000)
svn-id: @12320

doc/Makefile.am
doc/template.init [moved from rc.d/init.d/template.init with 100% similarity]
po/rc-scripts.pot
rc.d/init.d/Makefile.am

index 60ae011fc3b07540b70bd53cc5da4fb26edd6c23..25a721caf7e3ec31a54b33f5c239eb35e4153ec2 100644 (file)
@@ -2,8 +2,9 @@
 
 docdir = @docdir@
 
-doc_DATA = 
+doc_DATA =
 noinst_DATA = \
+       template.init \
        net-scripts.txt \
        sysconfig.txt \
        sysvinitfiles \
similarity index 100%
rename from rc.d/init.d/template.init
rename to doc/template.init
index 8b0a4fca43a6186d9dc198d9723c2e14b8186e00..ce31b59b7c0094ca1b37a8230ae78f91401e6349 100644 (file)
@@ -54,11 +54,6 @@ msgstr ""
 msgid "%s is stopped"
 msgstr ""
 
-#: .././rc.d/init.d/template.init:55
-#: .././rc.d/init.d/template.init:71
-msgid "Checking %s configuration"
-msgstr ""
-
 #: .././rc.d/rc.shutdown:169
 msgid "The $_rebootwhat is halted"
 msgstr ""
@@ -738,14 +733,14 @@ msgstr ""
 msgid "Sending all processes the TERM signal"
 msgstr ""
 
-#: .././rc.d/init.d/netfs:125
-msgid "Unmounting NCP filesystems"
-msgstr ""
-
 #: .././rc.d/init.d/functions:374
 msgid "Reloading %s service"
 msgstr ""
 
+#: .././rc.d/init.d/netfs:125
+msgid "Unmounting NCP filesystems"
+msgstr ""
+
 #: .././rc.d/init.d/functions:1382
 msgid "$command not implemented for $name"
 msgstr ""
index fbbc2e74b7e678b9b4dce7544162b6803752f256..b1caa3e9bd6fc33a93bad8c054b4c75b4e75814f 100644 (file)
@@ -13,10 +13,10 @@ init_SCRIPTS = \
        sys-chroots \
        cryptsetup \
        local
-       
+
 init_DATA = functions
 
-EXTRA_DIST = $(init_SCRIPTS) $(init_DATA) template.init
+EXTRA_DIST = $(init_SCRIPTS) $(init_DATA)
 
 install-data-hook: all
        $(LN_S) $(initdir) $(DESTDIR)$(sysconfdir)/init.d
This page took 0.300838 seconds and 4 git commands to generate.