mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Remove now useless comments
This commit is contained in:
parent
989f98d4ce
commit
a593d30187
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417133
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue