diff options
author | bapt <bapt@FreeBSD.org> | 2016-06-20 06:21:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-06-20 06:21:22 +0800 |
commit | f37ea2dd577f149c253386a5f845566c8389806e (patch) | |
tree | 25a948b082cfa8d11b243a5aee23de87eb0f0cfc /Keywords | |
parent | ca819d8998e2470c25864482231b722f623797ff (diff) | |
download | freebsd-ports-gnome-f37ea2dd577f149c253386a5f845566c8389806e.tar.gz freebsd-ports-gnome-f37ea2dd577f149c253386a5f845566c8389806e.tar.zst freebsd-ports-gnome-f37ea2dd577f149c253386a5f845566c8389806e.zip |
Remove now useless comments
Diffstat (limited to 'Keywords')
-rw-r--r-- | Keywords/shell.ucl | 4 |
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 |