Browse Source

route now in /sbin

r466
master
David Whedon 22 years ago
parent
commit
0a31366682
  1. 6
      debian/changelog
  2. 2
      netcfg-static.c

6
debian/changelog

@ -1,3 +1,9 @@
netcfg (0.08) unstable; urgency=low
* route is now in /sbin
-- David Whedon <dwhedon@debian.org> Wed, 31 Jan 2001 09:58:18 -0800
netcfg (0.07) unstable; urgency=low
* if a gateway is specified, netcfg-static needs to add a default route

2
netcfg-static.c

@ -155,7 +155,7 @@ netcfg_activate_static ()
{
ptr = buf;
ptr +=
snprintf (buf, sizeof (buf), "/usr/bin/route add default gateway %s",
snprintf (buf, sizeof (buf), "/sbin/route add default gateway %s",
num2dot (gateway));
rv |= execlog (buf);
}

Loading…
Cancel
Save