diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-04 17:36:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-04 17:36:38 +0000 |
commit | dc96cdca1442611b35c2e529039b2db070dda019 (patch) | |
tree | 92944bcc6b2397f7301caa838484da4cccc4800c /japanese/esecanna/pkg-plist | |
parent | [1] Avoid leaking potentially sensitive information into system logs (diff) |
Do not automatically disable cannaserver because the Canna port no
longer enables it.
Notes
Notes:
svn path=/head/; revision=74681
Diffstat (limited to 'japanese/esecanna/pkg-plist')
-rw-r--r-- | japanese/esecanna/pkg-plist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/japanese/esecanna/pkg-plist b/japanese/esecanna/pkg-plist index 090752bb12b7..bdd43dcf22f2 100644 --- a/japanese/esecanna/pkg-plist +++ b/japanese/esecanna/pkg-plist @@ -1,8 +1,6 @@ @unexec if [ -x %D/etc/rc.d/esecanna.sh ]; then %D/etc/rc.d/esecanna.sh stop || true; fi etc/esecannarc etc/rc.d/%%STARTER%% -@unexec if [ -f %B/canna.sh ]; then chmod +x %B/canna.sh; fi -@exec if [ -x %B/canna.sh ]; then chmod -x %B/canna.sh; fi @exec mkdir -p %D/lib/esecanna @dirrm lib/esecanna sbin/esecannaserver |