svn commit: r417133 - head/Keywords

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 19 22:21:23 UTC 2016


Author: bapt
Date: Sun Jun 19 22:21:22 2016
New Revision: 417133
URL: https://svnweb.freebsd.org/changeset/ports/417133

Log:
  Remove now useless comments

Modified:
  head/Keywords/shell.ucl

Modified: head/Keywords/shell.ucl
==============================================================================
--- head/Keywords/shell.ucl	Sun Jun 19 19:55:49 2016	(r417132)
+++ head/Keywords/shell.ucl	Sun Jun 19 22:21:22 2016	(r417133)
@@ -5,11 +5,7 @@
 # @shell bin/shell
 #
 # Handle adding and remove a path to a shell binary into /etc/shells
-# it replaces the following code:
 #
-# bin/shell
-# @exec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
-# @unexec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
 
 actions: [file]
 post-install: <<EOD


More information about the svn-ports-head mailing list