]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
add missing keyword expansion
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 14 Aug 2011 12:03:57 +0000 (12:03 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 14 Aug 2011 12:03:57 +0000 (12:03 +0000)
svn-id: @12322

changelog.sh
rc.d/rc.init
sysconfig/interfaces/ifcfg-ppp0.kou

index d0cf89e65fc6e3162e4c80871d42b457e22b0d90..121c9461fd455022739ae7d1912f1ad939eec94a 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: changelog.sh 8104 2006-12-14 17:14:21Z glen $
+# $Id$
 # Run this to generate ChangeLog.
 
 if [ ! -x /usr/bin/svn2log ]; then
index 11faa5883049fb7cf35a7119c5444891c55766bb..0af620307683267f88c5dcf21125b2106cfb2cf9 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: rc.init 10092 2009-01-23 13:39:27Z glen $
+# $Id$
 #
 # If this script is intalled as /etc/rc.d/rc.init,
 # it is executed by init(8) for every program it
index 5ade3d30aaf6b57e1d62069ed47dc156de609ed0..4fbc59f1569c0abef69c58294b7c35746fb12f2c 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: ifcfg-ppp0,v 1.2 2008/02/08 19:23:51 glen Exp $
+# $Id$
 
 DEVICE=ppp0
 
This page took 0.067076 seconds and 4 git commands to generate.