[Pkg-sysvinit-commits] r564 - sysvinit/trunk/debian

Thomas Hood jdthood-guest at costa.debian.org
Tue Jan 10 12:35:00 UTC 2006


Author: jdthood-guest
Date: 2006-01-10 12:34:59 +0000 (Tue, 10 Jan 2006)
New Revision: 564

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/rules
Log:
Use colon in chown commands

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-01-10 12:31:36 UTC (rev 563)
+++ sysvinit/trunk/debian/changelog	2006-01-10 12:34:59 UTC (rev 564)
@@ -5,6 +5,8 @@
   * bootclean: Adapt from old bootclean.sh; handle return status more
     carefully; print diagnostic messages on failures; eliminate use
     if subshells; add comments
+  * debian/rules: Use ':', not the deprecated '.' between owner and group
+    names in chown commands
 
  -- Thomas Hood <jdthood at yahoo.co.uk>  Mon,  9 Jan 2006 14:16:02 +0100
 

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2006-01-10 12:31:36 UTC (rev 563)
+++ sysvinit/trunk/debian/rules	2006-01-10 12:34:59 UTC (rev 564)
@@ -119,7 +119,7 @@
 	chmod 755 $(tmp)/etc/init.d/[a-z]*
 	chmod 644 $(tmp)/lib/init/*.sh
 	chmod -R g-w $(tmp)
-	chown -R root.root $(tmp)
+	chown -R root:root $(tmp)
 	install -d -g root -m 755 -o root $(tmp)/bin
 	install -d -g root -m 755 -o root $(tmp)/etc/default
 	install -d -g root -m 755 -o root $(tmp)/usr/share/man/man1
@@ -180,7 +180,7 @@
 	chmod 755 $(tmp)/etc/init.d/[a-z]*
 	chmod 644 $(tmp)/etc/init.d/README
 	chmod -R go=u-w $(tmp)/etc
-	chown -R root.root $(tmp)/etc
+	chown -R root:root $(tmp)/etc
 	install -d -g root -m 755 -o root $(tmp)/usr/sbin
 	install -d -g root -m 755 -o root $(tmp)/usr/share/man/man5
 	install -d -g root -m 755 -o root $(tmp)/usr/share/man/man8




More information about the Pkg-sysvinit-commits mailing list