Author: nwhitehorn
Date: Sat Jan 12 16:23:16 2013
New Revision: 245336
URL: http://svnweb.freebsd.org/changeset/base/245336

Log:
  The new sade(8) is installed and works on all architectures, courtesy of
  gpart having better portability than libdisk. Don't mark sade(8) as obsolete
  on non-x86 systems.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc      Sat Jan 12 16:09:33 2013        (r245335)
+++ head/ObsoleteFiles.inc      Sat Jan 12 16:23:16 2013        (r245336)
@@ -1201,12 +1201,6 @@ OLD_FILES+=usr/include/sys/linedisc.h
 OLD_FILES+=usr/share/man/man3/posix_openpt.3.gz
 # 20080725: sgtty.h removed
 OLD_FILES+=usr/include/sgtty.h
-# 20080719: sade(8) removed on all but amd64, i386 and sparc64
-.if ${TARGET_ARCH} != "amd64" && ${TARGET_ARCH} != "i386" && \
-    ${TARGET_ARCH} != "sparc64"
-OLD_FILES+=usr/sbin/sade
-OLD_FILES+=usr/share/man/man8/sade.8.gz
-.endif
 # 20080706: bsdlabel(8) removed on powerpc
 .if ${TARGET_ARCH} == "powerpc"
 OLD_FILES+=sbin/bsdlabel
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to