diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 08:39:32 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 08:39:32 +0000 |
| commit | 168ab534693b93cb2e1ce300915ce26045749ede (patch) | |
| tree | f416f448c238ce0f3f3118f64f0d47e3a85ae7a7 /shells/mksh/pkg-plist | |
| parent | ceda823a27d919b9fe2d2d3c2a79b4133bf4aeea (diff) | |
Notes
Diffstat (limited to 'shells/mksh/pkg-plist')
| -rw-r--r-- | shells/mksh/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/mksh/pkg-plist b/shells/mksh/pkg-plist index ad9e6f2d15c5..14a267d43eb8 100644 --- a/shells/mksh/pkg-plist +++ b/shells/mksh/pkg-plist @@ -1,4 +1,5 @@ bin/mksh +man/man1/mksh.1.gz @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dot.mkshrc |
