summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-02-18 01:02:51 +0000
committerhubertf <hubertf>2002-02-18 01:02:51 +0000
commit76a78d950d888f79930caadcaf04f32e00a12a20 (patch)
tree296f8fbe97b990b6c0d9091a690386f0a44f09bc /japanese
parent6561586ac882d291817b677cfbc1dd89c20fbaaa (diff)
downloadpkgsrc-76a78d950d888f79930caadcaf04f32e00a12a20.tar.gz
CHMOD and CHOWN were switched accidentally - fix
This pkg uses @cwd, which doesn't really work with pkg_create below pl.c version 1.21.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/canna-server/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/canna-server/PLIST b/japanese/canna-server/PLIST
index a2d7e69806e..b3554717bd5 100644
--- a/japanese/canna-server/PLIST
+++ b/japanese/canna-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:45 skrll Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/02/18 01:02:51 hubertf Exp $
@cwd ${DICT_DIR}
@cwd ${DICT_DIR}
canna/canna/bushu.cld
@@ -64,7 +64,7 @@ man/ja_JP.EUC/man1/splitword.1
man/ja_JP.EUC/man1/wtoc.1
sbin/cannaserver
@exec ${MKDIR} ${CANNA_SPOOL}
-@exec ${CHMOD} ${CANNAOWNER}:${CANNAGROUP} ${CANNA_SPOOL}
-@exec ${CHOWN} ${CANNA_MODE} ${CANNA_SPOOL}
+@exec ${CHOWN} ${CANNAOWNER}:${CANNAGROUP} ${CANNA_SPOOL}
+@exec ${CHMOD} ${CANNA_MODE} ${CANNA_SPOOL}
@unexec ${RMDIR} ${DICT_DIR}/canna/canna
@unexec ${RMDIR} ${CANNA_SPOOL}