Remove now useless comments

This commit is contained in:
Baptiste Daroussin 2016-06-19 22:21:22 +00:00
parent 989f98d4ce
commit a593d30187
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417133

View file

@ -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