diff options
author | Than Ngo <than@redhat.com> | 2000-10-31 17:35:17 +0000 |
---|---|---|
committer | Than Ngo <than@redhat.com> | 2000-10-31 17:35:17 +0000 |
commit | f951740b42b7112eff0cf677174638a34d7787d4 (patch) | |
tree | 03b10756566fe8234e9a9edf53ccf9f8a8f81d4a /initscripts.spec | |
parent | ef5c4d8f0c2a3251baad0f80a7fd283a82bb72b5 (diff) | |
download | initscripts-f951740b42b7112eff0cf677174638a34d7787d4.tar initscripts-f951740b42b7112eff0cf677174638a34d7787d4.tar.gz initscripts-f951740b42b7112eff0cf677174638a34d7787d4.tar.bz2 initscripts-f951740b42b7112eff0cf677174638a34d7787d4.tar.xz initscripts-f951740b42b7112eff0cf677174638a34d7787d4.zip |
fix the adding default route if GATEWAY" = "0.0.0.0
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/initscripts.spec b/initscripts.spec index fab5103e..b6b95a5a 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -229,6 +229,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Oct 31 2000 Than Ngo <than@redhat.com> +- fix the adding default route if GATEWAY=0.0.0.0 + * Tue Oct 10 2000 Nalin Dahyabhai <nalin@redhat.com> - handle "gw x.x.x.x" as the last pair of flags in ifup-routes (#18804) - fix top-level makefile install target |