Date: Thu, 9 Apr 2009 12:20:37 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r190864 - in head: . usr.sbin usr.sbin/slstat Message-ID: <200904091220.n39CKbiA004028@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ru Date: Thu Apr 9 12:20:37 2009 New Revision: 190864 URL: http://svn.freebsd.org/changeset/base/190864 Log: Removed more vestiges of if_sl(4). Deleted: head/usr.sbin/slstat/ Modified: head/ObsoleteFiles.inc head/usr.sbin/Makefile Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Thu Apr 9 07:45:23 2009 (r190863) +++ head/ObsoleteFiles.inc Thu Apr 9 12:20:37 2009 (r190864) @@ -15,14 +15,15 @@ # # 20090405: removal of if_ppp(4) and if_sl(4) -OLD_FILES+=sbin/slattach -OLD_FILES+=sbin/startslip +OLD_FILES+=sbin/slattach rescue/slattach +OLD_FILES+=sbin/startslip rescue/startslip OLD_FILES+=usr/include/net/if_ppp.h OLD_FILES+=usr/include/net/if_pppvar.h OLD_FILES+=usr/include/net/if_slvar.h OLD_FILES+=usr/include/net/ppp_comp.h OLD_FILES+=usr/include/net/slip.h OLD_FILES+=usr/sbin/sliplogin +OLD_FILES+=usr/sbin/slstat OLD_FILES+=usr/sbin/pppd OLD_FILES+=usr/sbin/pppstats OLD_FILES+=usr/share/man/man1/startslip.1.gz @@ -33,7 +34,9 @@ OLD_FILES+=usr/share/man/man4/sl.4.gz OLD_FILES+=usr/share/man/man8/pppd.8.gz OLD_FILES+=usr/share/man/man8/pppstats.8.gz OLD_FILES+=usr/share/man/man8/slattach.8.gz +OLD_FILES+=usr/share/man/man8/slip.8.gz OLD_FILES+=usr/share/man/man8/sliplogin.8.gz +OLD_FILES+=usr/share/man/man8/slstat.8.gz # 20090321: libpcap upgraded to 1.0.0 OLD_LIBS+=lib/libpcap.so.5 .if ${TARGET_ARCH} == "amd64" Modified: head/usr.sbin/Makefile ============================================================================== --- head/usr.sbin/Makefile Thu Apr 9 07:45:23 2009 (r190863) +++ head/usr.sbin/Makefile Thu Apr 9 12:20:37 2009 (r190864) @@ -164,7 +164,6 @@ SUBDIR= ${_ac} \ setfmac \ setpmac \ ${_sicontrol} \ - ${_slstat} \ smbmsg \ snapinfo \ ${_spkrtest} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904091220.n39CKbiA004028>