From 9ccfa53793aa3f93c99d56530ed4bc22bfd2d5d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 14 Sep 2003 11:47:37 +0000 Subject: [PATCH] - propset Id everywhere svn-id: @1331 --- AUTHORS | 2 +- DEVELOPMENT | 2 +- INSTALL | 2 +- Makefile.am | 2 +- NEWS | 2 +- README | 2 +- TODO | 2 +- autogen.sh | 2 +- configure.ac | 2 +- hwprofile | 2 +- inittab | 2 +- lang.csh | 2 +- lang.sh | 2 +- modules | 2 +- rc-scripts.spec.in | 2 +- setsysfont | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/AUTHORS b/AUTHORS index e0896a4b..b22a4703 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ - $Id: AUTHORS,v 1.7 2002/04/09 11:10:35 jajcus Exp $ + $Id$ MAINTAINERS diff --git a/DEVELOPMENT b/DEVELOPMENT index b4c795cb..04ebf719 100644 --- a/DEVELOPMENT +++ b/DEVELOPMENT @@ -1,6 +1,6 @@ READ THIS BEFORE CHANGEING SOMETHING IN RC-SCRIPTS PACKAGE Arkadiusz Miskiewicz - $Id: DEVELOPMENT,v 1.3 2002/01/22 23:45:27 gotar Exp $ + $Id$ 1) consult all major changes with people on pld-rc-scripts@pld.org.pl diff --git a/INSTALL b/INSTALL index 76f47a42..83471149 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ - $Id: INSTALL,v 1.4 2000/03/27 16:07:48 misiek Exp $ + $Id$ !! First read README file !! diff --git a/Makefile.am b/Makefile.am index 2de113ec..7c1686c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.8 2002/03/19 18:17:58 misiek Exp $ +# $Id$ # SUBDIRS = src ppp isapnp sysconfig rc.d doc po diff --git a/NEWS b/NEWS index 78c26ebb..d3ac51ce 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ - $Id: NEWS,v 1.7 2001/05/15 16:03:33 baggins Exp $ + $Id$ Features of rc-scripts: diff --git a/README b/README index 8d1c1c5d..aae46861 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - $Id: README,v 1.10 2002/08/24 16:05:45 misiek Exp $ + $Id$ rc-scripts is a derivative of the initscripts 3.78 release by RedHat Software, but with bugs removed and newer features added. diff --git a/TODO b/TODO index ef2e34dd..b6f6ed34 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.16 2003/01/15 22:33:57 ankry Exp $ +$Id$ Features missing: - IPSec (freeswan) support diff --git a/autogen.sh b/autogen.sh index d766dc55..5cba459c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: autogen.sh,v 1.9 2002/05/11 09:36:51 misiek Exp $ +# $Id$ # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0` diff --git a/configure.ac b/configure.ac index 9f84f91f..5a76e196 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl $Id: configure.ac,v 1.2 2002/05/11 09:34:53 misiek Exp $ +dnl $Id$ AC_INIT(["rc-scripts"], ["0.4.0"], [pld-rc-scripts@pld.org.pl], [rc-scripts]) AM_INIT_AUTOMAKE diff --git a/hwprofile b/hwprofile index 39b1ad4b..9f396c09 100755 --- a/hwprofile +++ b/hwprofile @@ -1,7 +1,7 @@ #!/bin/sh # (C) 2001 Arkadiusz Mi¶kiewicz # Hardware Profiles for rc-scripts TOTALNEW. -# $Id: hwprofile,v 1.2 2002/03/19 18:19:57 misiek Exp $ +# $Id$ PROFDIR="/etc/sysconfig/hwprofiles" QUIET=0 diff --git a/inittab b/inittab index 85e1914e..925bfa24 100644 --- a/inittab +++ b/inittab @@ -2,7 +2,7 @@ # inittab This file describes how the INIT process should set up # the system in a certain run-level. # -# $Id: inittab,v 1.7 2003/05/31 11:59:02 arekm Exp $ +# $Id$ # # Author: Miquel van Smoorenburg, # Modified for RHS Linux by Marc Ewing and Donnie Barnes diff --git a/lang.csh b/lang.csh index 0e5028b8..2017ad52 100755 --- a/lang.csh +++ b/lang.csh @@ -1,6 +1,6 @@ #!/bin/csh # -# $Id: lang.csh,v 1.4 2001/05/15 16:03:33 baggins Exp $ +# $Id$ # test -f /etc/sysconfig/i18n diff --git a/lang.sh b/lang.sh index f49ccac1..94b44daf 100755 --- a/lang.sh +++ b/lang.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: lang.sh,v 1.7 2000/06/27 09:50:07 waszi Exp $ +# $Id$ # if [ -f /etc/sysconfig/i18n ]; then diff --git a/modules b/modules index ed91e13c..50a64d95 100644 --- a/modules +++ b/modules @@ -1,5 +1,5 @@ # /etc/modules: kernel modules to load at boot time. -# $Id: modules,v 1.2 2001/05/15 16:05:05 baggins Exp $ +# $Id$ # # This file should contain the names of kernel modules that are # to be loaded at boot time, one per line. Comments begin with diff --git a/rc-scripts.spec.in b/rc-scripts.spec.in index fa964c21..a5af4eac 100644 --- a/rc-scripts.spec.in +++ b/rc-scripts.spec.in @@ -1,4 +1,4 @@ -# $Id: rc-scripts.spec.in,v 1.58 2003/06/16 20:20:21 blues Exp $ +# $Id$ Summary: inittab and /etc/rc.d scripts Summary(de): inittab und /etc/rc.d Scripts Summary(fr): inittab et scripts /etc/rc.d diff --git a/setsysfont b/setsysfont index f8fd4c8a..af50a70d 100755 --- a/setsysfont +++ b/setsysfont @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: setsysfont,v 1.6 2001/05/15 16:03:33 baggins Exp $ +# $Id$ # [ -f /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n -- 2.44.0