Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/ifconfig
Module Name: src
Committed By: dyoung
Date: Tue Jul 15 20:56:13 UTC 2008
Modified Files:
src/sbin/ifconfig: af_inet6.c agr.c carp.c extern.h ieee80211.c
ifconfig.c media.c tunnel.c vlan.c
Log Message:
Only describe flags -L and -m in the usage if they are available.
That helps me get rid of some conditional compilation (INET6) in
ifconfig.
Let each protocol/feature-module print its own usage, so that the
ifconfig usage reflects the modules that are actually compiled-in.
Write usage information for carp(4) options.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sbin/ifconfig/af_inet6.c
cvs rdiff -r1.13 -r1.14 src/sbin/ifconfig/agr.c
cvs rdiff -r1.10 -r1.11 src/sbin/ifconfig/carp.c src/sbin/ifconfig/vlan.c
cvs rdiff -r1.12 -r1.13 src/sbin/ifconfig/extern.h
cvs rdiff -r1.20 -r1.21 src/sbin/ifconfig/ieee80211.c
cvs rdiff -r1.208 -r1.209 src/sbin/ifconfig/ifconfig.c
cvs rdiff -r1.1 -r1.2 src/sbin/ifconfig/media.c
cvs rdiff -r1.14 -r1.15 src/sbin/ifconfig/tunnel.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index