]> git.pld-linux.org Git - packages/func.git/commitdiff
- fix initscript install path
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 5 Dec 2007 07:34:46 +0000 (07:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    func-setup.patch -> 1.1

func-setup.patch [new file with mode: 0644]

diff --git a/func-setup.patch b/func-setup.patch
new file mode 100644 (file)
index 0000000..079115c
--- /dev/null
@@ -0,0 +1,11 @@
+--- func-0.13/setup.py~        2007-10-24 00:42:35.000000000 +0300
++++ func-0.13/setup.py 2007-12-05 09:24:37.560591374 +0200
+@@ -15,7 +15,7 @@
+  
+         manpath    = "share/man/man1/"
+         etcpath    = "/etc/%s" % NAME
+-        initpath   = "/etc/init.d/"
++        initpath   = "/etc/rc.d/init.d/"
+         logpath    = "/var/log/%s/" % NAME
+         pkipath    = "/etc/pki/%s" % NAME
+         rotpath    = "/etc/logrotate.d"
This page took 0.079255 seconds and 4 git commands to generate.