[Pkg-sysvinit-commits] r504 - sysvinit/trunk/debian
Thomas Hood
jdthood-guest at costa.debian.org
Mon Jan 2 22:41:58 UTC 2006
Author: jdthood-guest
Date: 2006-01-02 22:41:57 +0000 (Mon, 02 Jan 2006)
New Revision: 504
Modified:
sysvinit/trunk/debian/rules
Log:
Change debian/rules to reflect change to the name of the functions.sh file
Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules 2006-01-02 18:25:36 UTC (rev 503)
+++ sysvinit/trunk/debian/rules 2006-01-02 22:41:57 UTC (rev 504)
@@ -118,7 +118,7 @@
cp -afv debian/initscripts/lib/* $(tmp)/lib
chmod 755 $(tmp)/etc/init.d/[a-z]*
chmod 644 $(tmp)/etc/init.d/bootclean.sh
- chmod 644 $(tmp)/lib/init/functions.sh $(tmp)/lib/init/vars.sh
+ chmod 644 $(tmp)/lib/init/*.sh
chmod -R g-w $(tmp)
chown -R root.root $(tmp)
install -d -g root -m 755 -o root $(tmp)/bin
More information about the Pkg-sysvinit-commits
mailing list