Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2010 10:32:26 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r206262 - stable/8/secure
Message-ID:  <201004061032.o36AWQfE033803@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Tue Apr  6 10:32:26 2010
New Revision: 206262
URL: http://svn.freebsd.org/changeset/base/206262

Log:
  MFC r201210:
  
  Remove pppd, it's gone.

Modified:
  stable/8/secure/Makefile
Directory Properties:
  stable/8/secure/   (props changed)
  stable/8/secure/usr.bin/bdes/   (props changed)

Modified: stable/8/secure/Makefile
==============================================================================
--- stable/8/secure/Makefile	Tue Apr  6 10:09:03 2010	(r206261)
+++ stable/8/secure/Makefile	Tue Apr  6 10:32:26 2010	(r206262)
@@ -7,8 +7,7 @@ SUBDIR= lib libexec usr.bin usr.sbin
 # These are the programs which depend on crypto, but not Kerberos.
 SPROGS=	lib/libfetch lib/libpam lib/libradius lib/libtelnet	\
 	bin/ed libexec/telnetd usr.bin/fetch usr.bin/telnet	\
-	usr.sbin/pkg_install usr.sbin/ppp usr.sbin/pppd		\
-	usr.sbin/tcpdump/tcpdump
+	usr.sbin/pkg_install usr.sbin/ppp usr.sbin/tcpdump/tcpdump
 .if ${MK_SENDMAIL} != "no"
 SPROGS+=usr.sbin/sendmail
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004061032.o36AWQfE033803>