Author: glen Date: Wed Dec 5 07:34:51 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix initscript install path
---- Files affected: SOURCES: func-setup.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/func-setup.patch diff -u /dev/null SOURCES/func-setup.patch:1.1 --- /dev/null Wed Dec 5 08:34:51 2007 +++ SOURCES/func-setup.patch Wed Dec 5 08:34:46 2007 @@ -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" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
