[projects/rc-scripts] remove $Id$ lines
draenog
draenog at pld-linux.org
Sun Nov 3 02:36:13 CET 2013
commit ad3efc953156a137b87a1c713a01bc475d3f14fd
Author: Kacper Kornet <draenog at pld-linux.org>
Date: Sun Nov 3 01:35:38 2013 +0000
remove $Id$ lines
AUTHORS | 3 ---
DEVELOPMENT | 1 -
INSTALL | 2 --
Makefile.am | 1 -
NEWS | 3 ---
README | 2 --
TODO | 2 --
autogen.sh | 1 -
configure.ac | 1 -
doc/net-scripts.txt | 2 --
doc/sysconfig.txt | 2 --
doc/sysvinitfiles | 1 -
doc/template.init | 1 -
hwprofile | 1 -
inittab | 1 -
isapnp/Makefile.am | 1 -
isapnp/isapnp-kernel.conf | 1 -
lang.csh | 1 -
lang.sh | 1 -
lib/functions | 1 -
lib/functions.network | 1 -
lib/ifdown | 1 -
lib/ifdown-br | 1 -
lib/ifdown-irda | 1 -
lib/ifdown-post | 1 -
lib/ifdown-ppp | 1 -
lib/ifdown-sl | 1 -
lib/ifdown-vlan | 1 -
lib/ifup | 1 -
lib/ifup-aliases | 1 -
lib/ifup-br | 1 -
lib/ifup-ipx | 1 -
lib/ifup-irda | 1 -
lib/ifup-iucv | 1 -
lib/ifup-neigh | 1 -
lib/ifup-plip | 1 -
lib/ifup-plusb | 1 -
lib/ifup-post | 1 -
lib/ifup-ppp | 1 -
lib/ifup-routes | 1 -
lib/ifup-sl | 1 -
lib/ifup-vlan | 1 -
lib/tnldown | 1 -
lib/tnlup | 1 -
modules | 1 -
modules.preudev | 1 -
po/de.po | 1 -
po/makepot.pl | 1 -
po/pl.po | 1 -
ppp/auth-down | 1 -
ppp/auth-up | 1 -
ppp/ip-down | 1 -
ppp/ip-down.d/logger | 1 -
ppp/ip-up | 1 -
ppp/ip-up.d/logger | 1 -
ppp/ipx-down | 1 -
ppp/ipx-up | 1 -
rc.d/init.d/allowlogin | 1 -
rc.d/init.d/cpusets | 1 -
rc.d/init.d/killall | 1 -
rc.d/init.d/local | 1 -
rc.d/init.d/network | 1 -
rc.d/init.d/random | 1 -
rc.d/init.d/single | 1 -
rc.d/rc | 1 -
rc.d/rc.init | 1 -
rc.d/rc.local | 1 -
rc.d/rc.shutdown | 1 -
rc.d/rc.sysinit | 1 -
setsysfont | 1 -
sysconfig/i18n | 1 -
sysconfig/interfaces/data/chat-ppp0.callback | 1 -
sysconfig/interfaces/data/chat-ppp0.leased1 | 1 -
sysconfig/interfaces/data/chat-ppp0.tpsa | 1 -
sysconfig/interfaces/down.d/ppp/logger | 1 -
sysconfig/interfaces/ifcfg-bond0 | 1 -
sysconfig/interfaces/ifcfg-br0 | 1 -
sysconfig/interfaces/ifcfg-description | 1 -
sysconfig/interfaces/ifcfg-eth0 | 1 -
sysconfig/interfaces/ifcfg-eth0.1 | 1 -
sysconfig/interfaces/ifcfg-irda0 | 1 -
sysconfig/interfaces/ifcfg-irlan0 | 1 -
sysconfig/interfaces/ifcfg-ppp0.callback | 1 -
sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada | 1 -
sysconfig/interfaces/ifcfg-ppp0.gprs-idea | 1 -
sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile | 1 -
sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm | 1 -
sysconfig/interfaces/ifcfg-ppp0.kou | 1 -
sysconfig/interfaces/ifcfg-ppp0.leased1 | 1 -
sysconfig/interfaces/ifcfg-ppp0.leased2 | 1 -
sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada | 1 -
sysconfig/interfaces/ifcfg-ppp0.tpsa | 1 -
sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada | 1 -
sysconfig/interfaces/ifcfg-sl0 | 1 -
sysconfig/interfaces/tnlcfg-description | 1 -
sysconfig/interfaces/up.d/ppp/logger | 1 -
sysconfig/network | 1 -
sysconfig/system | 1 -
98 files changed, 107 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index dbce427..3c21bfe 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,3 @@
-
- $Id$
-
MAINTAINERS
Maintainer of development version
diff --git a/DEVELOPMENT b/DEVELOPMENT
index 369a6b1..debc719 100644
--- a/DEVELOPMENT
+++ b/DEVELOPMENT
@@ -1,6 +1,5 @@
READ THIS BEFORE CHANGEING SOMETHING IN RC-SCRIPTS PACKAGE
Arkadiusz Miskiewicz <misiek at pld-linux.org>
- $Id$
1)
consult all major changes with people on pld-rc-scripts at pld-linux.org
diff --git a/INSTALL b/INSTALL
index 8347114..0068d75 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,3 @@
- $Id$
-
!! First read README file !!
Basic Installation
diff --git a/Makefile.am b/Makefile.am
index 27462ab..98f7d98 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,4 @@
#
-# $Id$
#
SUBDIRS = src lib ppp isapnp sysconfig rc.d doc man po init
diff --git a/NEWS b/NEWS
index d3ac51c..427c688 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,3 @@
-
- $Id$
-
Features of rc-scripts:
- National Language Support; currently only english and polish
diff --git a/README b/README
index 60d52ce..32b1911 100644
--- a/README
+++ b/README
@@ -1,5 +1,3 @@
- $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 67f64c9..6b1bc6b 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,3 @@
-$Id$
-
Important:
- don't set any flags automatically; always follow user
suggestion (multicast, arp)
diff --git a/autogen.sh b/autogen.sh
index 8605407..a7028c2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
diff --git a/configure.ac b/configure.ac
index 780e4f2..c4f30d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,3 @@
-dnl $Id$
AC_INIT([rc-scripts], [0.4.7], [pld-rc-scripts at lists.pld-linux.org], [rc-scripts])
AM_INIT_AUTOMAKE
diff --git a/doc/net-scripts.txt b/doc/net-scripts.txt
index b0cc7c5..ccc52b0 100644
--- a/doc/net-scripts.txt
+++ b/doc/net-scripts.txt
@@ -1,5 +1,3 @@
-$Id$
-
rc-scripts files:
========================================
diff --git a/doc/sysconfig.txt b/doc/sysconfig.txt
index 0fa181a..063a332 100644
--- a/doc/sysconfig.txt
+++ b/doc/sysconfig.txt
@@ -1,5 +1,3 @@
-$Id$
-
Files in /etc/sysconfig
=======================
diff --git a/doc/sysvinitfiles b/doc/sysvinitfiles
index 389e8cd..24b0c60 100644
--- a/doc/sysvinitfiles
+++ b/doc/sysvinitfiles
@@ -1,5 +1,4 @@
Writing System V init scripts for PLD Linux
-$Id$
===============================================
All System V init scripts are named /etc/rc.d/init.d/<servicename>
diff --git a/doc/template.init b/doc/template.init
index 79122e7..7e9aabe 100644
--- a/doc/template.init
+++ b/doc/template.init
@@ -10,7 +10,6 @@
# config:
# pidfile:
#
-# $Id$
# Source function library
. /etc/rc.d/init.d/functions
diff --git a/hwprofile b/hwprofile
index e0b21f9..4f24a9e 100755
--- a/hwprofile
+++ b/hwprofile
@@ -1,7 +1,6 @@
#!/bin/sh
# (C) 2001 Arkadiusz Miśkiewicz <misiek at pld.ORG.PL>
# Hardware Profiles for rc-scripts TOTALNEW.
-# $Id$
PROFDIR="/etc/sysconfig/hwprofiles"
QUIET=0
diff --git a/inittab b/inittab
index a88cf9c..d8b4c94 100644
--- a/inittab
+++ b/inittab
@@ -2,7 +2,6 @@
# inittab This file describes how the INIT process should set up
# the system in a certain run-level.
#
-# $Id$
#
# Author: Miquel van Smoorenburg, <miquels at drinkel.nl.mugnet.org>
# Modified for RHS Linux by Marc Ewing and Donnie Barnes
diff --git a/isapnp/Makefile.am b/isapnp/Makefile.am
index 53970f3..ca15708 100644
--- a/isapnp/Makefile.am
+++ b/isapnp/Makefile.am
@@ -1,5 +1,4 @@
#
-# $Id$
#
isapnpdir = @sysconfigdir@/isapnp
diff --git a/isapnp/isapnp-kernel.conf b/isapnp/isapnp-kernel.conf
index de1792a..bbecfed 100644
--- a/isapnp/isapnp-kernel.conf
+++ b/isapnp/isapnp-kernel.conf
@@ -1,4 +1,3 @@
-# $Id$
# Example configuration for Sierra V.34 Data/Fax/Voice/VoiceView Speakerphone
# internal modem usable only on 2.4 kernels with ISAPNP support compiled in.
# Read /usr/src/linux/Documentation/isapnp.txt for more informations.
diff --git a/lang.csh b/lang.csh
index 2534c02..dbbc520 100755
--- a/lang.csh
+++ b/lang.csh
@@ -1,6 +1,5 @@
#!/bin/csh
#
-# $Id$
#
# FIXME: this file is broken, as you can see it does nothing (does not actually load i18n file)
# TODO: sync with lang.sh
diff --git a/lang.sh b/lang.sh
index b472fe1..dfb0ddf 100755
--- a/lang.sh
+++ b/lang.sh
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
if [ -f /etc/sysconfig/i18n ]; then
diff --git a/lib/functions b/lib/functions
index e90ae01..58efafe 100644
--- a/lib/functions
+++ b/lib/functions
@@ -2,7 +2,6 @@
# functions This file contains functions to be used by most or all
# shell scripts in the /etc/rc.d/init.d directory.
#
-# $Id$
#
# Author: Miquel van Smoorenburg, <miquels at drinkel.nl.mugnet.org>
# Hacked by: Greg Galloway and Marc Ewing
diff --git a/lib/functions.network b/lib/functions.network
index 76be8d8..f873086 100644
--- a/lib/functions.network
+++ b/lib/functions.network
@@ -1,6 +1,5 @@
#!/bin/sh - keep it for file(1) to get bourne shell script result
#
-# $Id$
#
# This is not a shell script; it provides functions to network scripts
# that source it.
diff --git a/lib/ifdown b/lib/ifdown
index e7b030a..55af267 100755
--- a/lib/ifdown
+++ b/lib/ifdown
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
diff --git a/lib/ifdown-br b/lib/ifdown-br
index 6838684..d5f8607 100755
--- a/lib/ifdown-br
+++ b/lib/ifdown-br
@@ -17,7 +17,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# $Id$
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
diff --git a/lib/ifdown-irda b/lib/ifdown-irda
index b0cb471..0fff3dc 100755
--- a/lib/ifdown-irda
+++ b/lib/ifdown-irda
@@ -17,7 +17,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# $Id$
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
diff --git a/lib/ifdown-post b/lib/ifdown-post
index ab2ba37..53462f8 100755
--- a/lib/ifdown-post
+++ b/lib/ifdown-post
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
# This should be called whenever an interface goes down, not just when
# it is brought down explicitly.
diff --git a/lib/ifdown-ppp b/lib/ifdown-ppp
index a70fae6..dd87a49 100755
--- a/lib/ifdown-ppp
+++ b/lib/ifdown-ppp
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
diff --git a/lib/ifdown-sl b/lib/ifdown-sl
index 507510f..33f177e 100755
--- a/lib/ifdown-sl
+++ b/lib/ifdown-sl
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
diff --git a/lib/ifdown-vlan b/lib/ifdown-vlan
index a53c3c5..58fa45c 100755
--- a/lib/ifdown-vlan
+++ b/lib/ifdown-vlan
@@ -17,7 +17,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# $Id$
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
diff --git a/lib/ifup b/lib/ifup
index 8fac7b2..0aef00b 100755
--- a/lib/ifup
+++ b/lib/ifup
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
diff --git a/lib/ifup-aliases b/lib/ifup-aliases
index 63b2ea3..b31474f 100644
--- a/lib/ifup-aliases
+++ b/lib/ifup-aliases
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
# Adds all addresses of device.
# Called from ifup-post.
diff --git a/lib/ifup-br b/lib/ifup-br
index a42c38f..4fd7b85 100755
--- a/lib/ifup-br
+++ b/lib/ifup-br
@@ -17,7 +17,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# $Id$
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
diff --git a/lib/ifup-ipx b/lib/ifup-ipx
index eddd099..0726b57 100755
--- a/lib/ifup-ipx
+++ b/lib/ifup-ipx
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
# configures IPX on $1 if appropriate
diff --git a/lib/ifup-irda b/lib/ifup-irda
index 174af48..10a4a01 100755
--- a/lib/ifup-irda
+++ b/lib/ifup-irda
@@ -17,7 +17,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# $Id$
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
diff --git a/lib/ifup-iucv b/lib/ifup-iucv
index 347b19a..a6fbfb4 100755
--- a/lib/ifup-iucv
+++ b/lib/ifup-iucv
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
diff --git a/lib/ifup-neigh b/lib/ifup-neigh
index fe4f4a2..bd35922 100644
--- a/lib/ifup-neigh
+++ b/lib/ifup-neigh
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
# Adds static arps for device $DEVICE
# Called from ifup-post.
diff --git a/lib/ifup-plip b/lib/ifup-plip
index 20ee9c8..5db4331 100755
--- a/lib/ifup-plip
+++ b/lib/ifup-plip
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
diff --git a/lib/ifup-plusb b/lib/ifup-plusb
index 4d7f6e2..65c896c 100755
--- a/lib/ifup-plusb
+++ b/lib/ifup-plusb
@@ -8,7 +8,6 @@
#
# alias plusb0 plusb
#
-# $Id$
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
diff --git a/lib/ifup-post b/lib/ifup-post
index 6055d42..a271309 100755
--- a/lib/ifup-post
+++ b/lib/ifup-post
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
run_up() { :; }
diff --git a/lib/ifup-ppp b/lib/ifup-ppp
index ca40f2f..a9649ab 100755
--- a/lib/ifup-ppp
+++ b/lib/ifup-ppp
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
# ifup-ppp script for pppd-2.3.5 (with persist & demand options) ver 0.2
# Grzegorz Stanislawski <stangrze at open.net.pl>
diff --git a/lib/ifup-routes b/lib/ifup-routes
index d27c860..c04aca8 100644
--- a/lib/ifup-routes
+++ b/lib/ifup-routes
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
# Adds static routes which go through device $DEVICE
# Called from ifup-post.
diff --git a/lib/ifup-sl b/lib/ifup-sl
index 85b9b2f..61a1f75 100755
--- a/lib/ifup-sl
+++ b/lib/ifup-sl
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
diff --git a/lib/ifup-vlan b/lib/ifup-vlan
index 0d30b03..abf1a04 100755
--- a/lib/ifup-vlan
+++ b/lib/ifup-vlan
@@ -17,7 +17,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# $Id$
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
diff --git a/lib/tnldown b/lib/tnldown
index 67c7f20..3f0a9f8 100755
--- a/lib/tnldown
+++ b/lib/tnldown
@@ -17,7 +17,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# $Id$
#
. /etc/sysconfig/network
diff --git a/lib/tnlup b/lib/tnlup
index f7ffdc1..7e25492 100755
--- a/lib/tnlup
+++ b/lib/tnlup
@@ -17,7 +17,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# $Id$
#
. /etc/sysconfig/network
diff --git a/modules b/modules
index c191ae8..e510de5 100644
--- a/modules
+++ b/modules
@@ -1,5 +1,4 @@
# /etc/modules: kernel modules to load at boot time.
-# $Id$
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line with extra args treated as modprobe
diff --git a/modules.preudev b/modules.preudev
index e7babe0..303b743 100644
--- a/modules.preudev
+++ b/modules.preudev
@@ -1,5 +1,4 @@
# /etc/modules.preudev: kernel modules to load before udev at boot time.
-# $Id$
#
# This file should contain the names of kernel modules that are
# to be loaded before udev starts doing its magick at boot time,
diff --git a/po/de.po b/po/de.po
index 0e02008..59fcaf5 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,6 +1,5 @@
# German translation of rc-scripts.
# Pawel Sakowski <saq at pld-linux.org>, 2000.
-# $Id$
#
msgid ""
msgstr ""
diff --git a/po/makepot.pl b/po/makepot.pl
index 3d64d05..cf7d816 100755
--- a/po/makepot.pl
+++ b/po/makepot.pl
@@ -5,7 +5,6 @@
#
# Copyright (c) 1999 Free Software Fundation, Inc.
# Artur Frysiak <wiget at pld-linux.org>
-# $Id$
# Changes:
# 2000-08-25 Arkadiusz Miskiewicz <misiek at pld-linux.org>
# - support for $(nls "xyz"), progress "xyz" and '' instead of "".
diff --git a/po/pl.po b/po/pl.po
index e4c9c71..9c7dfa6 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1,7 +1,6 @@
# Polish translation of rc-scripts.
# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
# Arkadiusz Miskiewicz <misiek at pld-linux.org>, 1999, 2000.
-# $Id$
#
msgid ""
msgstr ""
diff --git a/ppp/auth-down b/ppp/auth-down
index 619dcbf..3b7cf43 100755
--- a/ppp/auth-down
+++ b/ppp/auth-down
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
# This script is run by the pppd _after_ the link is brought down.
#
diff --git a/ppp/auth-up b/ppp/auth-up
index c168a6c..d117e54 100755
--- a/ppp/auth-up
+++ b/ppp/auth-up
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
# This script is run by the pppd after the link is established.
#
diff --git a/ppp/ip-down b/ppp/ip-down
index b52e49c..72e0658 100755
--- a/ppp/ip-down
+++ b/ppp/ip-down
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
# This file should not be modified
#
# This script is run by the pppd _after_ the link is brought down.
diff --git a/ppp/ip-down.d/logger b/ppp/ip-down.d/logger
index 6504679..79f00a9 100644
--- a/ppp/ip-down.d/logger
+++ b/ppp/ip-down.d/logger
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
# You can put here anything :)
#
echo " Disconnect time: $(date) from $PPP_REMOTE " >> /var/log/ppp.log
diff --git a/ppp/ip-up b/ppp/ip-up
index 786bb7b..5d1faad 100755
--- a/ppp/ip-up
+++ b/ppp/ip-up
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
# This file should not be modified
#
# This script is run by the pppd after the link is established.
diff --git a/ppp/ip-up.d/logger b/ppp/ip-up.d/logger
index 21a3e43..4a36a22 100644
--- a/ppp/ip-up.d/logger
+++ b/ppp/ip-up.d/logger
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
# You can put here anything :)
#
echo "+---------------------------------------------------------------+" >> /var/log/ppp.log
diff --git a/ppp/ipx-down b/ppp/ipx-down
index 35c4f4e..74822c8 100755
--- a/ppp/ipx-down
+++ b/ppp/ipx-down
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
# This file should not be modified
#
# This script is run by the pppd after the link is established.
diff --git a/ppp/ipx-up b/ppp/ipx-up
index 759929d..496906a 100755
--- a/ppp/ipx-up
+++ b/ppp/ipx-up
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
# This file should not be modified
#
# This script is run by the pppd after the link is established.
diff --git a/rc.d/init.d/allowlogin b/rc.d/init.d/allowlogin
index caf02d2..561b282 100755
--- a/rc.d/init.d/allowlogin
+++ b/rc.d/init.d/allowlogin
@@ -4,7 +4,6 @@
#
# description: Allow users to login.
#
-# $Id$
[ -f /etc/sysconfig/system ] && . /etc/sysconfig/system
diff --git a/rc.d/init.d/cpusets b/rc.d/init.d/cpusets
index 22ea4d6..9199c33 100755
--- a/rc.d/init.d/cpusets
+++ b/rc.d/init.d/cpusets
@@ -8,7 +8,6 @@
#
# probe: true
-# $Id$
. /etc/sysconfig/system
diff --git a/rc.d/init.d/killall b/rc.d/init.d/killall
index e882b1a..7892925 100755
--- a/rc.d/init.d/killall
+++ b/rc.d/init.d/killall
@@ -4,7 +4,6 @@
#
# description: kill em all
#
-# $Id$
# Bring down all services that are still running (there shouldn't be any, so
# this is just a sanity check)
diff --git a/rc.d/init.d/local b/rc.d/init.d/local
index 5253976..09d0834 100755
--- a/rc.d/init.d/local
+++ b/rc.d/init.d/local
@@ -7,7 +7,6 @@
# scripts. You can put your own initialization stuff in here if you don't \
# want to do the full Sys V style init stuff.
#
-# $Id$
# Source function library.
. /etc/rc.d/init.d/functions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network
index d481a82..06a5012 100755
--- a/rc.d/init.d/network
+++ b/rc.d/init.d/network
@@ -7,7 +7,6 @@
# start at boot time.
#
# probe: true
-# $Id$
if [ ! -f /etc/sysconfig/network ]; then
. /etc/rc.d/init.d/functions
diff --git a/rc.d/init.d/random b/rc.d/init.d/random
index 828bdb0..de45e1b 100755
--- a/rc.d/init.d/random
+++ b/rc.d/init.d/random
@@ -7,7 +7,6 @@
# description: Saves and restores system entropy pool for higher quality \
# random number generation.
#
-# $Id$
# Source function library.
. /etc/rc.d/init.d/functions
diff --git a/rc.d/init.d/single b/rc.d/init.d/single
index 5940e00..09d7316 100755
--- a/rc.d/init.d/single
+++ b/rc.d/init.d/single
@@ -10,7 +10,6 @@
#
# Author: Miquel van Smoorenburg, <miquels at drinkel.nl.mugnet.org>
#
-# $Id$
# Source function library.
. /etc/rc.d/init.d/functions
diff --git a/rc.d/rc b/rc.d/rc
index 7d7297f..3a37334 100755
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -5,7 +5,6 @@
# responsible for the very first setup of basic
# things, such as setting the hostname.
#
-# $Id$
#
# Original Author:
# Miquel van Smoorenburg, <miquels at drinkel.nl.mugnet.org>
diff --git a/rc.d/rc.init b/rc.d/rc.init
index 0af6203..221f275 100755
--- a/rc.d/rc.init
+++ b/rc.d/rc.init
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
#
# If this script is intalled as /etc/rc.d/rc.init,
# it is executed by init(8) for every program it
diff --git a/rc.d/rc.local b/rc.d/rc.local
index f2f7d59..3c5265a 100644
--- a/rc.d/rc.local
+++ b/rc.d/rc.local
@@ -1,4 +1,3 @@
-# $Id$
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
diff --git a/rc.d/rc.shutdown b/rc.d/rc.shutdown
index 3949876..b374bc9 100755
--- a/rc.d/rc.shutdown
+++ b/rc.d/rc.shutdown
@@ -4,7 +4,6 @@
#
# Author: Miquel van Smoorenburg, <miquels at drinkel.nl.mugnet.org>
#
-# $Id$
# Set the path.
PATH=/sbin:/bin:/usr/bin:/usr/sbin
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index ebee0dc..82d153f 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -1,7 +1,6 @@
#!/bin/sh
#
# /etc/rc.d/rc.sysinit - run once at boot time
-# $Id$
#
# Taken in part from Miquel van Smoorenburg's bcheckrc.
#
diff --git a/setsysfont b/setsysfont
index 7d3a1bd..e4f96ab 100755
--- a/setsysfont
+++ b/setsysfont
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
[ -f /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n
diff --git a/sysconfig/i18n b/sysconfig/i18n
index 562b293..1d3db01 100644
--- a/sysconfig/i18n
+++ b/sysconfig/i18n
@@ -1,4 +1,3 @@
-# $Id$
# NOTE: Do not use expressions here, systemd does not expand them:
# LANG="${LANG:-en_US.UTF-8}"
diff --git a/sysconfig/interfaces/data/chat-ppp0.callback b/sysconfig/interfaces/data/chat-ppp0.callback
index 0a2c483..59f304f 100644
--- a/sysconfig/interfaces/data/chat-ppp0.callback
+++ b/sysconfig/interfaces/data/chat-ppp0.callback
@@ -1,5 +1,4 @@
# (c) 1999 Grzegorz Stanislawski <stangrze at open.net.pl>
-# $Id$
# Script for dialing to host with 'modem level' callback serurity enabled
# as performed by USRobotics Courier modem
ABORT BUSY
diff --git a/sysconfig/interfaces/data/chat-ppp0.leased1 b/sysconfig/interfaces/data/chat-ppp0.leased1
index 6b6a4e1..dbf4aec 100644
--- a/sysconfig/interfaces/data/chat-ppp0.leased1
+++ b/sysconfig/interfaces/data/chat-ppp0.leased1
@@ -1,5 +1,4 @@
# (c) 1999 Grzegorz Stanislawski <stangrze at open.net.pl>
-# $Id$
# chat script for setting up hardwired (leased) serial line.
# refer to ifcfg-ppp0.leased1 for more info
REPORT CONNECT
diff --git a/sysconfig/interfaces/data/chat-ppp0.tpsa b/sysconfig/interfaces/data/chat-ppp0.tpsa
index 02ee559..6090923 100644
--- a/sysconfig/interfaces/data/chat-ppp0.tpsa
+++ b/sysconfig/interfaces/data/chat-ppp0.tpsa
@@ -1,5 +1,4 @@
# (c) 1999 Grzegorz Stanislawski <stangrze at open.net.pl>
-# $Id$
# Script for dialing in to Public Internet Access by TPSA (0202122)
ABORT BUSY
diff --git a/sysconfig/interfaces/down.d/ppp/logger b/sysconfig/interfaces/down.d/ppp/logger
index 6504679..79f00a9 100644
--- a/sysconfig/interfaces/down.d/ppp/logger
+++ b/sysconfig/interfaces/down.d/ppp/logger
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
# You can put here anything :)
#
echo " Disconnect time: $(date) from $PPP_REMOTE " >> /var/log/ppp.log
diff --git a/sysconfig/interfaces/ifcfg-bond0 b/sysconfig/interfaces/ifcfg-bond0
index de41301..eec9798 100644
--- a/sysconfig/interfaces/ifcfg-bond0
+++ b/sysconfig/interfaces/ifcfg-bond0
@@ -1,4 +1,3 @@
-# $Id$
# bonding setup
# filename: ifcfg-bond0
diff --git a/sysconfig/interfaces/ifcfg-br0 b/sysconfig/interfaces/ifcfg-br0
index 20126d5..aa5b394 100644
--- a/sysconfig/interfaces/ifcfg-br0
+++ b/sysconfig/interfaces/ifcfg-br0
@@ -1,4 +1,3 @@
-# $Id$
#
DEVICE=br0
IPADDR=195.164.211.2
diff --git a/sysconfig/interfaces/ifcfg-description b/sysconfig/interfaces/ifcfg-description
index 4716bfe..3986ef9 100644
--- a/sysconfig/interfaces/ifcfg-description
+++ b/sysconfig/interfaces/ifcfg-description
@@ -1,4 +1,3 @@
-# $Id$
DEVICE=<name>
diff --git a/sysconfig/interfaces/ifcfg-eth0 b/sysconfig/interfaces/ifcfg-eth0
index 0e70724..e307654 100644
--- a/sysconfig/interfaces/ifcfg-eth0
+++ b/sysconfig/interfaces/ifcfg-eth0
@@ -1,4 +1,3 @@
-# $Id$
# Config for Ethernet card.
#
diff --git a/sysconfig/interfaces/ifcfg-eth0.1 b/sysconfig/interfaces/ifcfg-eth0.1
index e0611e0..14d0b3f 100644
--- a/sysconfig/interfaces/ifcfg-eth0.1
+++ b/sysconfig/interfaces/ifcfg-eth0.1
@@ -1,4 +1,3 @@
-# $Id$
# VLAN device
#
diff --git a/sysconfig/interfaces/ifcfg-irda0 b/sysconfig/interfaces/ifcfg-irda0
index 97b8fd2..0ef6763 100644
--- a/sysconfig/interfaces/ifcfg-irda0
+++ b/sysconfig/interfaces/ifcfg-irda0
@@ -1,4 +1,3 @@
-# $Id$
# Read /usr/share/doc/irda-utils-*/README.irattach.gz for more
# informations about options below.
#
diff --git a/sysconfig/interfaces/ifcfg-irlan0 b/sysconfig/interfaces/ifcfg-irlan0
index 98d7954..346f833 100644
--- a/sysconfig/interfaces/ifcfg-irlan0
+++ b/sysconfig/interfaces/ifcfg-irlan0
@@ -1,4 +1,3 @@
-# $Id$
# alias irlan0 irlan
#
DEVICE=irlan0
diff --git a/sysconfig/interfaces/ifcfg-ppp0.callback b/sysconfig/interfaces/ifcfg-ppp0.callback
index bbb45b5..3dd7a41 100644
--- a/sysconfig/interfaces/ifcfg-ppp0.callback
+++ b/sysconfig/interfaces/ifcfg-ppp0.callback
@@ -1,4 +1,3 @@
-# $Id$
#
DEVICE=ppp0
CHATSCRIPT=/etc/sysconfig/interfaces/data/chat-ppp0.callback
diff --git a/sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada b/sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada
index 636a64a..0582ae7 100644
--- a/sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada
+++ b/sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada
@@ -1,4 +1,3 @@
-# $Id$
#
DEVICE=ppp0
ONBOOT=yes
diff --git a/sysconfig/interfaces/ifcfg-ppp0.gprs-idea b/sysconfig/interfaces/ifcfg-ppp0.gprs-idea
index 02844c3..6ba60fe 100644
--- a/sysconfig/interfaces/ifcfg-ppp0.gprs-idea
+++ b/sysconfig/interfaces/ifcfg-ppp0.gprs-idea
@@ -1,4 +1,3 @@
-# $Id$
#
DEVICE=ppp0
CHATSCRIPT=/etc/sysconfig/interfaces/data/chat-ppp0.gprs-idea
diff --git a/sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile b/sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile
index a77b712..906256c 100644
--- a/sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile
+++ b/sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile
@@ -1,4 +1,3 @@
-# $Id$
#
DEVICE=ppp0
CHATSCRIPT=/etc/sysconfig/interfaces/chat-ppp0.gprs-playmobile
diff --git a/sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm b/sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm
index b7532af..fc8df35 100644
--- a/sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm
+++ b/sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm
@@ -1,4 +1,3 @@
-# $Id$
#
DEVICE=ppp0
CHATSCRIPT=/etc/sysconfig/interfaces/data/chat-ppp0
diff --git a/sysconfig/interfaces/ifcfg-ppp0.kou b/sysconfig/interfaces/ifcfg-ppp0.kou
index 4fbc59f..8466705 100644
--- a/sysconfig/interfaces/ifcfg-ppp0.kou
+++ b/sysconfig/interfaces/ifcfg-ppp0.kou
@@ -1,4 +1,3 @@
-# $Id$
DEVICE=ppp0
diff --git a/sysconfig/interfaces/ifcfg-ppp0.leased1 b/sysconfig/interfaces/ifcfg-ppp0.leased1
index 7901581..886e619 100644
--- a/sysconfig/interfaces/ifcfg-ppp0.leased1
+++ b/sysconfig/interfaces/ifcfg-ppp0.leased1
@@ -1,5 +1,4 @@
# (c) 1999 Grzegorz Stanislawski <stangrze at open.net.pl>
-# $Id$
# config file for setting up hardwired (leased) serial line.
# This configuration uses chats with modem, so You have to have an inteligent
# modem (AT commands compatible).
diff --git a/sysconfig/interfaces/ifcfg-ppp0.leased2 b/sysconfig/interfaces/ifcfg-ppp0.leased2
index 2da55b9..105cae3 100644
--- a/sysconfig/interfaces/ifcfg-ppp0.leased2
+++ b/sysconfig/interfaces/ifcfg-ppp0.leased2
@@ -1,5 +1,4 @@
# (c) 1999 Grzegorz Stanislawski <stangrze at open.net.pl>
-# $Id$
# config file for setting up hardwired (leased) serial line.
# This config assumes "transparent" modem (in ex. goramo), null modem
# cable or current loop.
diff --git a/sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada b/sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada
index b8ca012..77f1258 100644
--- a/sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada
+++ b/sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada
@@ -1,4 +1,3 @@
-# $Id$
#
DEVICE=ppp0
ONBOOT=yes
diff --git a/sysconfig/interfaces/ifcfg-ppp0.tpsa b/sysconfig/interfaces/ifcfg-ppp0.tpsa
index 46c42f2..a2b02f3 100644
--- a/sysconfig/interfaces/ifcfg-ppp0.tpsa
+++ b/sysconfig/interfaces/ifcfg-ppp0.tpsa
@@ -1,4 +1,3 @@
-# $Id$
#
DEVICE=ppp0
CHATSCRIPT=/etc/sysconfig/interfaces/data/chat-ppp0.tpsa
diff --git a/sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada b/sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada
index 4270b18..d875e64 100644
--- a/sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada
+++ b/sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada
@@ -1,4 +1,3 @@
-# $Id$
#
DEVICE="ppp0"
PERSIST="yes"
diff --git a/sysconfig/interfaces/ifcfg-sl0 b/sysconfig/interfaces/ifcfg-sl0
index 4497fa9..673ab0e 100644
--- a/sysconfig/interfaces/ifcfg-sl0
+++ b/sysconfig/interfaces/ifcfg-sl0
@@ -1,4 +1,3 @@
-# $Id$
#
DEVICE=sl0
IPADDR=195.164.211.2
diff --git a/sysconfig/interfaces/tnlcfg-description b/sysconfig/interfaces/tnlcfg-description
index 23192bf..0aec5cb 100644
--- a/sysconfig/interfaces/tnlcfg-description
+++ b/sysconfig/interfaces/tnlcfg-description
@@ -1,4 +1,3 @@
-# $Id$
#
# In this file you can also put all configuration data instead
# of using second file named ifcfg-tunnel_name.
diff --git a/sysconfig/interfaces/up.d/ppp/logger b/sysconfig/interfaces/up.d/ppp/logger
index 21a3e43..4a36a22 100644
--- a/sysconfig/interfaces/up.d/ppp/logger
+++ b/sysconfig/interfaces/up.d/ppp/logger
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
# You can put here anything :)
#
echo "+---------------------------------------------------------------+" >> /var/log/ppp.log
diff --git a/sysconfig/network b/sysconfig/network
index 535b59f..e71987a 100644
--- a/sysconfig/network
+++ b/sysconfig/network
@@ -1,4 +1,3 @@
-# $Id$
######################################################################
# MAIN PART
diff --git a/sysconfig/system b/sysconfig/system
index 722eca3..31b5e4f 100644
--- a/sysconfig/system
+++ b/sysconfig/system
@@ -1,4 +1,3 @@
-# $Id$
# Do you want colorized starting scripts ?
COLOR_INIT=yes
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/rc-scripts.git/commitdiff/ad3efc953156a137b87a1c713a01bc475d3f14fd
More information about the pld-cvs-commit
mailing list