svn commit: r338305 - head/shells/ksh93

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 31 13:51:47 UTC 2013


Author: sunpoet
Date: Tue Dec 31 13:51:46 2013
New Revision: 338305
URL: http://svnweb.freebsd.org/changeset/ports/338305

Log:
  - Fix /etc/shells manipulation
  
  PR:		ports/185255
  Submitted by:	Christoph Moench-Tegeder <cmt at burggraben.net>

Modified:
  head/shells/ksh93/pkg-plist   (contents, props changed)

Modified: head/shells/ksh93/pkg-plist
==============================================================================
--- head/shells/ksh93/pkg-plist	Tue Dec 31 13:35:06 2013	(r338304)
+++ head/shells/ksh93/pkg-plist	Tue Dec 31 13:51:46 2013	(r338305)
@@ -1,7 +1,7 @@
+ at unexec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells
 bin/ksh93
-man/man1/ksh93.1.gz
 @exec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells; echo %D/%F >> /etc/shells
- at unexec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells
+man/man1/ksh93.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dirs
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/popd
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pushd


More information about the svn-ports-head mailing list