aboutsummaryrefslogtreecommitdiff
path: root/Keywords
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-06-19 22:21:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-06-19 22:21:22 +0000
commita593d3018748e8d33a9a53e843fb28413b8ab83c (patch)
tree25a948b082cfa8d11b243a5aee23de87eb0f0cfc /Keywords
parent989f98d4ce55b641069b2e9d2a0fb0c5bfbd1484 (diff)
downloadports-a593d3018748e8d33a9a53e843fb28413b8ab83c.tar.gz
ports-a593d3018748e8d33a9a53e843fb28413b8ab83c.zip
Remove now useless comments
Notes
Notes: svn path=/head/; revision=417133
Diffstat (limited to 'Keywords')
-rw-r--r--Keywords/shell.ucl4
1 files changed, 0 insertions, 4 deletions
diff --git a/Keywords/shell.ucl b/Keywords/shell.ucl
index f4e3c30f1381..269640f1d14d 100644
--- a/Keywords/shell.ucl
+++ b/Keywords/shell.ucl
@@ -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