Date: Tue, 31 Dec 2013 13:51:47 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338305 - head/shells/ksh93 Message-ID: <201312311351.rBVDplfb016534@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 @@ +@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 -@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312311351.rBVDplfb016534>