aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-02-18 20:20:24 +0000
committerBill Nottingham <notting@redhat.com>1999-02-18 20:20:24 +0000
commit85cae1dead399af13dcd74e72f1c4629703c201c (patch)
treeba789746bdd371862292032c1c5945b09d0dd0b3
parentcf6b7b93a561bd6a1009fca5b54faf9ab93aee44 (diff)
downloadinitscripts-85cae1dead399af13dcd74e72f1c4629703c201c.tar
initscripts-85cae1dead399af13dcd74e72f1c4629703c201c.tar.gz
initscripts-85cae1dead399af13dcd74e72f1c4629703c201c.tar.bz2
initscripts-85cae1dead399af13dcd74e72f1c4629703c201c.tar.xz
initscripts-85cae1dead399af13dcd74e72f1c4629703c201c.zip
update changelog.
-rw-r--r--ChangeLog229
1 files changed, 118 insertions, 111 deletions
diff --git a/ChangeLog b/ChangeLog
index 075a838e..e63341d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
+1999-02-18 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/single: fie, a missing fi. Also, source functions.
+
+ * rc.d/init.d/functions: $* -> $@
+
+1999-02-13 Cristian Gafton <gafton@redhat.com>
+
+ * rc.d/init.d/halt: Attempt a fix for the raid stop code
+
1999-02-11 Bill Nottingham <notting@redhat.com>
- * initscripts.spec, rc.d/rc.sysinit:
+ * rc.d/rc.sysinit:
Remove support for modules/preferred, since we don't need it anymore.
1999-02-10 Bill Nottingham <notting@redhat.com>
@@ -8,7 +18,8 @@
* sysconfig/network-scripts/ifdhcpc-done, sysconfig/network-scripts/ifup:
fix kernel-2.2 double net routes, remove '-x' from ifdhcpc-done
- * inittab: turn off xdm in runlevel 5
+ * inittab:
+ turn off xdm in runlevel 5
1999-02-05 Bill Nottingham <notting@redhat.com>
@@ -40,7 +51,7 @@
* rc.d/init.d/functions, rc.d/init.d/halt, rc.d/init.d/network, rc.d/init.d/nfsfs, rc.d/init.d/random, rc.d/rc, rc.d/rc.sysinit, src/initlog.c, src/process.c:
bugfixes...
-1999-02-03 notting <notting@bobby.devel.redhat.com>
+1999-02-03 notting <notting@redhat.com>
* rc.d/init.d/functions, rc.d/init.d/halt, rc.d/init.d/network,
rc.d/init.d/nfsfs, rc.d/init.d/random, rc.d/init.d/single, rc.d/rc:
@@ -66,7 +77,7 @@
* rc.d/init.d/halt:
do "halt -p", "umount -f" in shutdown.
-1999-01-25 jbj <jbj@bobby.devel.redhat.com>
+1999-01-25 jbj <jbj@redhat.com>
* rc.d/rc.sysinit:
Perform quota checking on file systems after they are marked read/write (#719).
@@ -80,11 +91,7 @@
* initscripts.spec: Bump version.
-1998-12-09 ewt <ewt@bobby.devel.redhat.com>
-
- * src/.cvsignore: *** empty log message ***
-
-1998-12-06 jbj <jbj@bobby.devel.redhat.com>
+1998-12-06 jbj <jbj@redhat.com>
* sysconfig/network-scripts/ifup-ipx: Bug #205 sez':
in ifup-ipx script underlines in next line should be
@@ -98,26 +105,26 @@
frametypes that are defined in the
/etc/sysconfig/network-scripts/ifcfg-ethx will not become activated.
-1998-11-12 pbrown <pbrown@bobby.devel.redhat.com>
+1998-11-12 pbrown <pbrown@redhat.com>
* rc.d/init.d/halt, initscripts.spec:
halt passed the -i flag to disable network interfaces (new halt option).
-1998-11-10 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-11-10 johnsonm <johnsonm@redhat.com>
* sysconfig/network-scripts/ifup-aliases, initscripts.spec:
linuxconf ipalias fix; work with both old and new linuxconf
-1998-11-02 notting <notting@bobby.devel.redhat.com>
+1998-11-02 notting <notting@redhat.com>
* rc.d/init.d/functions: sort daemons in status() by pid
-1998-10-28 notting <notting@bobby.devel.redhat.com>
+1998-10-28 notting <notting@redhat.com>
* rc.d/init.d/functions:
fix status() (was catching instance of initscripts)
-1998-10-15 ewt <ewt@bobby.devel.redhat.com>
+1998-10-15 ewt <ewt@redhat.com>
* rc.d/rc.sysinit: can't have spaces around = in sh
@@ -137,30 +144,30 @@
* rc.d/rc.sysinit: raidstart doesn't exist! use raidadd/raidrun
-1998-10-12 gafton <gafton@bobby.devel.redhat.com>
+1998-10-12 gafton <gafton@redhat.com>
* initscripts.spec, lang.sh, sysconfig.txt: Handle LC_ALL
-1998-10-12 pbrown <pbrown@bobby.devel.redhat.com>
+1998-10-12 pbrown <pbrown@redhat.com>
* initscripts.spec, setsysfont: updated so that setfont always runs.
-1998-10-06 gafton <gafton@bobby.devel.redhat.com>
+1998-10-06 gafton <gafton@redhat.com>
* initscripts.spec: New release
* rc.d/rc.sysinit: Accept all kernel numbers instead of just 2.0.x
-1998-10-05 gafton <gafton@bobby.devel.redhat.com>
+1998-10-05 gafton <gafton@redhat.com>
* initscripts.spec: require: e2fsprogs
-1998-10-03 gafton <gafton@bobby.devel.redhat.com>
+1998-10-03 gafton <gafton@redhat.com>
* .cvsignore, ChangeLog, initscripts.spec, lang.sh:
Use SYSTERM, not SYSTEM in lang.sh
-1998-09-25 gafton <gafton@bobby.devel.redhat.com>
+1998-09-25 gafton <gafton@redhat.com>
* Makefile, initscripts.spec: New file part of the dist: inputrc
@@ -168,18 +175,18 @@
* inputrc: New file
-1998-09-21 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-09-21 johnsonm <johnsonm@redhat.com>
* rc.d/init.d/functions:
a few bugs fixed and a few unneeded processes removed
* sysconfig.txt: updated QUEUE meaning
-1998-09-17 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-09-17 johnsonm <johnsonm@redhat.com>
* sysconfig.txt: /etc/sysconfig/sendmail added
-1998-09-16 jbj <jbj@bobby.devel.redhat.com>
+1998-09-16 jbj <jbj@redhat.com>
* sysconfig.txt: Document UNIMAP variable.
@@ -197,12 +204,12 @@
Niels Kristian Bech Jensen - nkbj@image.dk - http://www.image.dk/~nkbj/
-1998-08-21 jbj <jbj@bobby.devel.redhat.com>
+1998-08-21 jbj <jbj@redhat.com>
* rc.d/rc.sysinit:
Remove Postgres sockets while booting (problem #816).
-1998-08-17 ewt <ewt@bobby.devel.redhat.com>
+1998-08-17 ewt <ewt@redhat.com>
* initscripts.spec: verion 3.70
@@ -211,33 +218,33 @@
2) use the text of /etc/redhat-releae verbatim; don't add "Red Hat Linux" to
the front
-1998-08-16 jbj <jbj@bobby.devel.redhat.com>
+1998-08-16 jbj <jbj@redhat.com>
* initscripts.spec, rc.d/init.d/halt, rc.d/rc.sysinit:
Remove annoying error messages.
-1998-08-14 jbj <jbj@bobby.devel.redhat.com>
+1998-08-14 jbj <jbj@redhat.com>
* rc.d/rc.sysinit:
Remove attempt to avoid running depmod on 2.1.x kernels.
-1998-08-01 jbj <jbj@bobby.devel.redhat.com>
+1998-08-01 jbj <jbj@redhat.com>
* rc.d/rc.sysinit: Typo (Hao Li <hli@wag.caltech.edu>)
-1998-07-07 jbj <jbj@bobby.devel.redhat.com>
+1998-07-07 jbj <jbj@redhat.com>
* rc.d/init.d/nfsfs, rc.d/init.d/network, initscripts.spec:
Permit /usr to be NFS mounted.
-1998-07-07 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-07-07 johnsonm <johnsonm@redhat.com>
* sysvinitfiles: priority specification
* sysconfig/network-scripts/ifdown-ppp:
fix long-standing bug and work with (currently vaporware) newer ps versions
-1998-07-07 jbj <jbj@bobby.devel.redhat.com>
+1998-07-07 jbj <jbj@redhat.com>
* sysconfig/network-scripts/ifup-ppp: Invert logic for ESCAPECHARS=yes.
@@ -259,7 +266,7 @@
-Mike Wittman
support login: wittman@cs.berkeley.edu
-1998-07-01 jbj <jbj@bobby.devel.redhat.com>
+1998-07-01 jbj <jbj@redhat.com>
* rc.d/rc.sysinit: Perform rhkmvtag magic with module-info.
@@ -268,12 +275,12 @@
* rc.d/rc.sysinit:
Use rhkmvtag to attach modules directory to running kernel.
-1998-07-01 ewt <ewt@bobby.devel.redhat.com>
+1998-07-01 ewt <ewt@redhat.com>
* src/usernetctl.c, initscripts.spec:
USERNET attribute can have "" around it
-1998-07-01 jbj <jbj@bobby.devel.redhat.com>
+1998-07-01 jbj <jbj@redhat.com>
* initscripts.spec: Add %defattr for non-root build/install.
@@ -287,23 +294,23 @@
* rc.d/rc.sysinit: Correctly check fsck return code for non-root fs.
-1998-06-21 jbj <jbj@bobby.devel.redhat.com>
+1998-06-21 jbj <jbj@redhat.com>
* sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup, src/usernetctl.c, rc.d/init.d/network, rc.d/rc.sysinit, initscripts.spec:
Fix bug track problems (#677, #731, #734, E-mail).
-1998-06-07 ewt <ewt@bobby.devel.redhat.com>
+1998-06-07 ewt <ewt@redhat.com>
* initscripts.spec: version 3.66
* rc.d/rc.sysinit:
look for bootfile= to set /lib/modules/preferred symlink
-1998-06-02 ewt <ewt@bobby.devel.redhat.com>
+1998-06-02 ewt <ewt@redhat.com>
* initscripts.spec: version 3.65
-1998-06-01 ewt <ewt@bobby.devel.redhat.com>
+1998-06-01 ewt <ewt@redhat.com>
* rc.d/rc.sysinit:
1) if preferred doesn't exist, run depmod -a normally
@@ -311,12 +318,12 @@
* src/Makefile: ipcalc shouldn't be setgid root
-1998-05-10 ewt <ewt@bobby.devel.redhat.com>
+1998-05-10 ewt <ewt@redhat.com>
* initscripts.spec, rc.d/rc.sysinit:
be more forcefull about creating preferred directories
-1998-05-08 djb <djb@bobby.devel.redhat.com>
+1998-05-08 djb <djb@redhat.com>
* initscripts.spec: updated version number
@@ -326,7 +333,7 @@
* setsysfont: made setsysfont do *nothing* if there is no $SYSFONT
-1998-05-06 djb <djb@bobby.devel.redhat.com>
+1998-05-06 djb <djb@redhat.com>
* Makefile, initscripts.spec: makefile bug
@@ -340,13 +347,13 @@
* Makefile, initscripts.spec, rc.d/rc.sysinit, sysconfig.txt:
added added sysconfig/i18n support
-1998-05-04 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-05-04 johnsonm <johnsonm@redhat.com>
* initscripts.spec: added missing files
* initscripts.spec: new release
-1998-05-03 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-05-03 johnsonm <johnsonm@redhat.com>
* initscripts.spec: more commentary
@@ -355,14 +362,14 @@
Full support for IPX as configured by linuxconf.
Updated sysconfig.txt documentation to reflect new parameters.
-1998-05-02 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-05-02 johnsonm <johnsonm@redhat.com>
* sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-routes, initscripts.spec, rc.d/init.d/network:
linuxconf support
* rc.d/init.d/network: probe function, more hinting
-1998-05-01 ewt <ewt@bobby.devel.redhat.com>
+1998-05-01 ewt <ewt@redhat.com>
* rc.d/init.d/network: added missing ;;
@@ -377,7 +384,7 @@
* rc.d/rc.sysinit: use /lib/modules/preferred symlink
-1998-04-30 djb <djb@bobby.devel.redhat.com>
+1998-04-30 djb <djb@redhat.com>
* rc.d/init.d/random: various cleanups
@@ -388,15 +395,15 @@
* rc.d/init.d/nfsfs: added sourcing of functions
-1998-04-24 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-04-24 johnsonm <johnsonm@redhat.com>
* rc.d/rc: info for linuxconf
-1998-04-21 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-04-21 johnsonm <johnsonm@redhat.com>
* rc.d/rc.sysinit: handle kmod in 2.1 kernels nicely
-1998-04-20 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-04-20 johnsonm <johnsonm@redhat.com>
* rc.d/init.d/random: works better
@@ -410,7 +417,7 @@
* rc.d/init.d/network: Made some sense of the "network status" command.
Integrate with linuxconf (works with or without).
-1998-04-20 ewt <ewt@bobby.devel.redhat.com>
+1998-04-20 ewt <ewt@redhat.com>
* initscripts.spec: version 3.53
@@ -418,11 +425,11 @@
* rc.d/rc.sysinit: added more "" to get rid of some problems
-1998-04-14 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-04-14 johnsonm <johnsonm@redhat.com>
* rc.d/rc: only kill things that are currently up
-1998-04-05 ewt <ewt@bobby.devel.redhat.com>
+1998-04-05 ewt <ewt@redhat.com>
* rc.d/rc.sysinit, sysconfig/network-scripts/network-functions:
moved adding /etc/resolv.conf search path to normal reverse name lookup
@@ -431,18 +438,18 @@
* initscripts.spec, rc.d/rc.sysinit:
fixed bugs in kernel-release handling
-1998-04-02 ewt <ewt@bobby.devel.redhat.com>
+1998-04-02 ewt <ewt@redhat.com>
* rc.d/rc.sysinit:
1) set domain variable if none is set in /etc/sysconfig/network
2) add search path to /etc/resolv.conf if none is present
-1998-03-30 ewt <ewt@bobby.devel.redhat.com>
+1998-03-30 ewt <ewt@redhat.com>
* rc.d/rc.sysinit:
make /lib/modules/default point to the proper modules for this kernel
-1998-03-22 ewt <ewt@bobby.devel.redhat.com>
+1998-03-22 ewt <ewt@redhat.com>
* initscripts.spec: *** empty log message ***
@@ -458,18 +465,18 @@
* src/ipcalc.1: fixed man page
-1998-03-16 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-03-16 johnsonm <johnsonm@redhat.com>
* sysconfig.txt: document the static-routes file.
Include documentation for how it *will* be, rather than how it is now ("any").
-1998-03-10 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-03-10 johnsonm <johnsonm@redhat.com>
* sysconfig.txt: more detail on ifcfg files
* sysconfig.txt: first rev to Jacques
-1998-03-10 ewt <ewt@bobby.devel.redhat.com>
+1998-03-10 ewt <ewt@redhat.com>
* sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post:
look for ipcalc in /bin, not /sbin
@@ -502,7 +509,7 @@
* sysconfig/network-scripts/ifdhcpc-done:
removed senseless dhcp log in /tmp
-1998-03-09 ewt <ewt@bobby.devel.redhat.com>
+1998-03-09 ewt <ewt@redhat.com>
* initscripts.spec: *** empty log message ***
@@ -521,49 +528,49 @@
* sysconfig/network-scripts/ifup: added check for mktemp failure
-1998-03-04 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-03-04 johnsonm <johnsonm@redhat.com>
* sysconfig.txt: Initial revision of sysconfig hierarchy description
-1998-02-14 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-02-14 johnsonm <johnsonm@redhat.com>
* sysvinitfiles: Took out autoreload tag.
-1998-02-13 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-02-13 johnsonm <johnsonm@redhat.com>
* sysvinitfiles: per-config file autoreload
-1998-02-12 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-02-12 johnsonm <johnsonm@redhat.com>
* sysvinitfiles: Languages.
A few more notes on how to do things.
-1998-02-10 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-02-10 johnsonm <johnsonm@redhat.com>
* sysvinitfiles: Standard Red Hat copyright
* sysvinitfiles:
Added full instructions on writing a System V init script for Red Hat Linux.
-1998-02-09 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-02-09 johnsonm <johnsonm@redhat.com>
* sysvinitfiles: pidfile contents are examined after all...
* sysvinitfiles: Complete list of tags to use in sysv init files
-1998-02-06 ewt <ewt@bobby.devel.redhat.com>
+1998-02-06 ewt <ewt@redhat.com>
* initscripts.spec: *** empty log message ***
* src/usernetctl.c: didn't work for cloned devices
-1998-01-12 johnsonm <johnsonm@bobby.devel.redhat.com>
+1998-01-12 johnsonm <johnsonm@redhat.com>
* initscripts.spec: /sbin/
* sysconfig/network-scripts/ifup-routes: /sbin/ isn't always in $PATH
-1997-12-31 ewt <ewt@bobby.devel.redhat.com>
+1997-12-31 ewt <ewt@redhat.com>
* initscripts.spec: *** empty log message ***
@@ -571,7 +578,7 @@
- touch /var/lock/subsys/kerneld after cleaning out /var/lock/subsys
- the logic for when /var/lock/subsys/kerneld is touched was backwards
-1997-12-30 ewt <ewt@bobby.devel.redhat.com>
+1997-12-30 ewt <ewt@redhat.com>
* initscripts.spec: version 3.30
@@ -580,7 +587,7 @@
2) added support for /fsckoptions
3) changed 'yse' to 'yes'
-1997-12-09 ewt <ewt@bobby.devel.redhat.com>
+1997-12-09 ewt <ewt@redhat.com>
* initscripts.spec, rc.d/rc.sysinit:
1) set domainname to "" if none is specified
@@ -590,7 +597,7 @@
* rc.d/rc.sysinit: fixed wrong umount
-1997-12-08 ewt <ewt@bobby.devel.redhat.com>
+1997-12-08 ewt <ewt@redhat.com>
* rc.d/rc.sysinit: more /proc mounting fixes
@@ -599,30 +606,30 @@
* rc.d/rc.sysinit:
changed how /proc gets mounted so that it ends up in /etc/mtab
-1997-12-08 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-12-08 johnsonm <johnsonm@redhat.com>
* Makefile:
Allow creating new archives without creating a new tag if necessary.
* initscripts.spec: release 3.26
-1997-11-20 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-11-20 johnsonm <johnsonm@redhat.com>
* sysconfig/network-scripts/network-functions: Inheritance was wrong.
-1997-11-07 ewt <ewt@bobby.devel.redhat.com>
+1997-11-07 ewt <ewt@redhat.com>
* initscripts.spec: *** empty log message ***
* rc.d/rc.sysinit: added sound stuff
-1997-11-07 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-11-07 johnsonm <johnsonm@redhat.com>
* initscripts.spec: new version
* rc.d/init.d/network: Added missing "then"
-1997-11-06 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-11-06 johnsonm <johnsonm@redhat.com>
* rc.d/init.d/network:
only enable/disable forwarding on start, always disable on stop.
@@ -634,21 +641,21 @@
PPP Persisting fixed.
Moved netreport stuff into one place.
-1997-11-02 ewt <ewt@bobby.devel.redhat.com>
+1997-11-02 ewt <ewt@redhat.com>
* rc.d/rc.sysinit: don't mount /proc twice
* rc.d/rc.sysinit: don't umount /proc after mounting it
-1997-10-31 ewt <ewt@bobby.devel.redhat.com>
+1997-10-31 ewt <ewt@redhat.com>
* rc.d/rc.sysinit, initscripts.spec: added isapnp support
-1997-10-28 ewt <ewt@bobby.devel.redhat.com>
+1997-10-28 ewt <ewt@redhat.com>
* initscripts.spec: make archive
-1997-10-28 djb <djb@bobby.devel.redhat.com>
+1997-10-28 djb <djb@redhat.com>
* rc.d/rc: edited comments
@@ -659,7 +666,7 @@
* initscripts.spec, rc.d/init.d/skeleton:
removed the skeleton initscript (basically useless)
-1997-10-28 ewt <ewt@bobby.devel.redhat.com>
+1997-10-28 ewt <ewt@redhat.com>
* rc.d/init.d/single: single user mode restarts kerneld
@@ -669,44 +676,44 @@
1) fixed dhcp problem
2) version 3.21
-1997-10-23 djb <djb@bobby.devel.redhat.com>
+1997-10-23 djb <djb@redhat.com>
* initscripts.spec: %changelog
* rc.d/init.d/nfsfs, rc.d/init.d/random, rc.d/init.d/network:
added status|restart to all scripts
-1997-10-23 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-10-23 johnsonm <johnsonm@redhat.com>
* initscripts.spec: New version.
* rc.d/init.d/random, initscripts.spec:
touch random seed file before chmoding it.
-1997-10-21 ewt <ewt@bobby.devel.redhat.com>
+1997-10-21 ewt <ewt@redhat.com>
* sysconfig/network-scripts/ifup:
set hostname from bootp if hostname = (none)
-1997-10-15 ewt <ewt@bobby.devel.redhat.com>
+1997-10-15 ewt <ewt@redhat.com>
* initscripts.spec, rc.d/rc.sysinit: 1) changed version to 3.19
2) added NISDOMAIN support
-1997-10-15 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-10-15 johnsonm <johnsonm@redhat.com>
* initscripts.spec: random seed protected from sight...
* rc.d/init.d/random: Make random seed file mode 600.
-1997-10-14 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-10-14 johnsonm <johnsonm@redhat.com>
* initscripts.spec: ppp sleep bug fixed.
* sysconfig/network-scripts/ifup-ppp:
Die if ifdown-ppp was called on the device during the sleep.
-1997-10-13 ewt <ewt@bobby.devel.redhat.com>
+1997-10-13 ewt <ewt@redhat.com>
* Makefile: grab version from .spec file
@@ -720,30 +727,30 @@
1) version 3.18
2) switched to new chkconfig which doesn't use database file
-1997-10-11 ewt <ewt@bobby.devel.redhat.com>
+1997-10-11 ewt <ewt@redhat.com>
* initscripts.spec, rc.d/rc.sysinit: fixed rc.sysinit for hwclock
-1997-10-10 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-10-10 johnsonm <johnsonm@redhat.com>
* rc.d/rc.sysinit: Only check scsi if it exists.
-1997-10-09 ewt <ewt@bobby.devel.redhat.com>
+1997-10-09 ewt <ewt@redhat.com>
* initscripts.spec, rc.d/init.d/functions:
added ulimit -c 0 to daemon function
-1997-10-08 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-10-08 johnsonm <johnsonm@redhat.com>
* initscripts.spec: new version
* initscripts.spec: prereq
-1997-10-08 djb <djb@bobby.devel.redhat.com>
+1997-10-08 djb <djb@redhat.com>
* initscripts.spec: added chkconfig support
-1997-10-06 ewt <ewt@bobby.devel.redhat.com>
+1997-10-06 ewt <ewt@redhat.com>
* initscripts.spec: fixed typo
@@ -757,7 +764,7 @@
* sysconfig/network-scripts/ifup:
Removed pcmcia hacks for releases prior to RH 3.0.3
-1997-10-01 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-10-01 johnsonm <johnsonm@redhat.com>
* Makefile, initscripts.spec: Changes for 3.15
@@ -767,13 +774,13 @@
* src/usernetctl.c: strncmp sense reversed.
-1997-09-30 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-09-30 johnsonm <johnsonm@redhat.com>
* src/usernetctl.1, src/usernetctl.c: Added report option for usernet.
* initscripts.spec: Remove the whole buildroot in %clean
-1997-09-29 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-09-29 johnsonm <johnsonm@redhat.com>
* initscripts.spec: Make missing directories.
@@ -783,7 +790,7 @@
* initscripts.spec:
Added changelog entry and added symlinks to spec file.
-1997-09-24 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-09-24 johnsonm <johnsonm@redhat.com>
* sysconfig/network-scripts/ifdown: source_config
@@ -791,60 +798,60 @@
* sysconfig/network-scripts/ifup-ppp: Fixed potential syntax error.
-1997-09-23 djb <djb@bobby.devel.redhat.com>
+1997-09-23 djb <djb@redhat.com>
* initscripts-3.13.spec: added Requires mktemp and changelog
* sysconfig/network-scripts/ifup: added mktemp support
-1997-09-23 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-09-23 johnsonm <johnsonm@redhat.com>
* sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-sl:
Disassociate from controlling tty so SIGHUPs won't be generated.
-1997-09-21 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-09-21 johnsonm <johnsonm@redhat.com>
* src/usernetctl.c:
Fixed allocation bug Erik found, plus a few stylistic points.
-1997-09-18 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-09-18 johnsonm <johnsonm@redhat.com>
* src/usernetctl.1, src/usernetctl.c, sysconfig/network-scripts/ifup-sl, sysconfig/network-scripts/network-functions, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-plip, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifdown-ppp:
Support alternative device configurations.
-1997-09-18 djb <djb@bobby.devel.redhat.com>
+1997-09-18 djb <djb@redhat.com>
* initscripts-3.13.spec, initscripts-3.12.spec: updated spec file
* rc.d/init.d/functions: Fixed awk bug in pidofproc
-1997-09-17 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-09-17 johnsonm <johnsonm@redhat.com>
* sysconfig/network-scripts/ifup-post:
Don't print an error if no aliases exist.
-1997-09-16 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-09-16 johnsonm <johnsonm@redhat.com>
* rc.d/init.d/network: General cleanup.
Don't start devices that shouldn't be started.
-1997-09-16 djb <djb@bobby.devel.redhat.com>
+1997-09-16 djb <djb@redhat.com>
* rc.d/init.d/functions:
changed the order of the check for process Id...first is /var/run/pid
and the second is pidof.
-1997-09-16 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-09-16 johnsonm <johnsonm@redhat.com>
* sysconfig/network-scripts/ifdown-ppp:
Bring down pppd even if only ifup-ppp is running, waiting to persist.
-1997-09-16 djb <djb@bobby.devel.redhat.com>
+1997-09-16 djb <djb@redhat.com>
* initscripts-3.12.spec, rc.d/init.d/functions:
changed status() to be more intelligent wrt programs that change argv[0]
-1997-09-16 johnsonm <johnsonm@bobby.devel.redhat.com>
+1997-09-16 johnsonm <johnsonm@redhat.com>
* src/usernetctl.c:
Users are not required to specify the "ifcfg-" part of the config file name.
@@ -856,11 +863,11 @@
Generic part of ifup uses MACADDR variable if present.
ifup-ppp honors DEBUG variable, both for pppd (debug) and chat (-v).
-1997-09-16 djb <djb@bobby.devel.redhat.com>
+1997-09-16 djb <djb@redhat.com>
* initscripts-3.12.spec: Added spec file to CVS archive.
-1997-09-16 ewt <ewt@bobby.devel.redhat.com>
+1997-09-16 ewt <ewt@redhat.com>
* ppp/ip-down, ppp/ip-up, src/Makefile, src/doexec.1, src/doexec.c, src/netreport.1, src/netreport.c, src/testd.c, src/testdinit, src/usernetctl.1, src/usernetctl.c, src/usleep.1, src/usleep.c, sysconfig/network-scripts/ifdhcpc-done, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifup-post:
Initial import of initscripts sources into CVS