diff options
author | Michael K. Johnson <johnsonm@redhat.com> | 1999-08-13 20:10:06 +0000 |
---|---|---|
committer | Michael K. Johnson <johnsonm@redhat.com> | 1999-08-13 20:10:06 +0000 |
commit | 3ec78dca9e6dee50cda7e5aed7410a9c2104b04b (patch) | |
tree | 8e35ea11b990da6a0820d8aee40186640694bbca /initscripts.spec | |
parent | d77f3918fbdb6d51fa70ce3f22c45e5600645f2c (diff) | |
download | initscripts-3ec78dca9e6dee50cda7e5aed7410a9c2104b04b.tar initscripts-3ec78dca9e6dee50cda7e5aed7410a9c2104b04b.tar.gz initscripts-3ec78dca9e6dee50cda7e5aed7410a9c2104b04b.tar.bz2 initscripts-3ec78dca9e6dee50cda7e5aed7410a9c2104b04b.tar.xz initscripts-3ec78dca9e6dee50cda7e5aed7410a9c2104b04b.zip |
use new pppd
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 2554e443..617f77e2 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -10,7 +10,7 @@ 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 Requires: setup >= 2.0.3 -Conflicts: kernel <= 2.2, timeconfig < 3.0 +Conflicts: kernel <= 2.2, timeconfig < 3.0, pppd < 2.3.9 Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk %description @@ -194,6 +194,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Aug 13 1999 Michael K. Johnson <johnsonm@redhat.com> +- use new linkname argument to pppd to make if{up,down}-ppp + reliable -- requires ppp-2.3.9 or higher + * Mon Aug 2 1999 Bill Nottingham <notting@redhat.com> - fix typo. - add 'make check' |