diff options
author | Bill Nottingham <notting@redhat.com> | 1999-07-08 19:52:34 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-07-08 19:52:34 +0000 |
commit | a92caaf14173c9123e909299fe9dca8667418484 (patch) | |
tree | ba448c0e806539af15efbe0dffbf9d057b53d2b2 | |
parent | 3de25a3f7408121b911a5719efff0bbdf799cfc7 (diff) | |
download | initscripts-a92caaf14173c9123e909299fe9dca8667418484.tar initscripts-a92caaf14173c9123e909299fe9dca8667418484.tar.gz initscripts-a92caaf14173c9123e909299fe9dca8667418484.tar.bz2 initscripts-a92caaf14173c9123e909299fe9dca8667418484.tar.xz initscripts-a92caaf14173c9123e909299fe9dca8667418484.zip |
require new setup (inputrc)
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | initscripts.spec | 1 |
2 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,18 @@ +1999-07-08 Bill Nottingham <notting@redhat.com> + + * inputrc: remove file + + * Makefile, initscripts.spec, lang.sh, sysconfig.txt: + more fixes for i18n from nkbj@image.dk, move inputrc to setup package + + * src/initlog.c, src/process.c, src/testd.c, src/usleep.c: + fix some compiler warnings (nkbj@image.dk) + +1999-07-07 Bill Nottingham <notting@redhat.com> + + * adjtime, lang.sh, rc.d/init.d/network: + fixes from nkbj@image.dk + 1999-07-06 Bill Nottingham <notting@redhat.com> * initscripts.spec: diff --git a/initscripts.spec b/initscripts.spec index d1eaf983..c3aab0cb 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -9,6 +9,7 @@ Source: initscripts-%{version}.tar.gz BuildRoot: /var/tmp/initbld Requires: mingetty, bash, /bin/awk, /bin/sed, mktemp, e2fsprogs, console-tools Requires: procps, modutils >= 2.1.85-3, sysklogd >= 1.3.31, timeconfig >= 3.0 +Requires: setup >= 2.0.3 Conflicts: kernel <= 2.2 Prereq: /sbin/chkconfig, /usr/sbin/groupadd |