[Glibc-bsd-commits] r3715 - in trunk/freebsd-utils/debian: . local/scripts/sbin
Robert Millan
rmh at alioth.debian.org
Sun Sep 25 16:52:56 UTC 2011
Author: rmh
Date: 2011-09-25 16:52:56 +0000 (Sun, 25 Sep 2011)
New Revision: 3715
Modified:
trunk/freebsd-utils/debian/changelog
trunk/freebsd-utils/debian/local/scripts/sbin/route
Log:
Fix route call without arguments.
Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog 2011-09-24 21:46:59 UTC (rev 3714)
+++ trunk/freebsd-utils/debian/changelog 2011-09-25 16:52:56 UTC (rev 3715)
@@ -1,3 +1,9 @@
+freebsd-utils (8.2+ds2-6) UNRELEASED; urgency=low
+
+ * Fix route call without arguments.
+
+ -- Robert Millan <rmh at debian.org> Sun, 25 Sep 2011 18:47:34 +0200
+
freebsd-utils (8.2+ds2-5) unstable; urgency=low
* Register rpc.statd before rpc.lockd to prevent freebsd-nfs-common
Modified: trunk/freebsd-utils/debian/local/scripts/sbin/route
===================================================================
--- trunk/freebsd-utils/debian/local/scripts/sbin/route 2011-09-24 21:46:59 UTC (rev 3714)
+++ trunk/freebsd-utils/debian/local/scripts/sbin/route 2011-09-25 16:52:56 UTC (rev 3715)
@@ -14,7 +14,7 @@
if [ $# = 0 ] ; then
# Issue usage info
- /lib/freebsd/route
+ netstat -r
fi
args=""
More information about the Glibc-bsd-commits
mailing list