svn commit: r350983 - head/usr.sbin/crunch/examples

Ed Maste emaste at FreeBSD.org
Tue Aug 13 15:23:15 UTC 2019


Author: emaste
Date: Tue Aug 13 15:23:14 2019
New Revision: 350983
URL: https://svnweb.freebsd.org/changeset/base/350983

Log:
  crunch: remove rsh and rlogin from example config file
  
  rcmds removed in r324351.
  
  Historical references in the README are maintained.  There's a paragraph
  describing a "980K crunched 'fixit'" that references rsh and rlogin.
  
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/usr.sbin/crunch/examples/fixit.conf

Modified: head/usr.sbin/crunch/examples/fixit.conf
==============================================================================
--- head/usr.sbin/crunch/examples/fixit.conf	Tue Aug 13 15:16:42 2019	(r350982)
+++ head/usr.sbin/crunch/examples/fixit.conf	Tue Aug 13 15:23:14 2019	(r350983)
@@ -29,7 +29,7 @@ ln restore rrestore
 
 # /usr/bin stuff
 
-progs ftp rsh sed telnet rlogin common find
+progs ftp sed telnet common find
 ln common vi
 ln common view
 ln common ex


More information about the svn-src-all mailing list