diff options
author | jmmv <jmmv> | 2003-07-29 19:42:53 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-29 19:42:53 +0000 |
commit | b447b98f0468cf97062d440729aca15adbed91c6 (patch) | |
tree | 6ad2fceb42c5b74fb6210c5c81df96faac6f046b /inputmethod/canna | |
parent | 3c50c84bcb57122b55ccd15543226e91b9959d1c (diff) | |
download | pkgsrc-b447b98f0468cf97062d440729aca15adbed91c6.tar.gz |
Convert to the bsd.pkg.install.mk framework:
- Use RCD_SCRIPTS for automatic generation and handling of the rc.d script.
- Use OWN_DIR_PERMS instead of OWN_DIRS to handle permissions for the spool
directory and avoid (un)exec commands in PLIST.
As a result, bump PKGREVISION to 1.
Diffstat (limited to 'inputmethod/canna')
-rw-r--r-- | inputmethod/canna/files/canna.sh (renamed from inputmethod/canna/files/canna) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/canna/files/canna b/inputmethod/canna/files/canna.sh index f44c2a385e7..72d19e74a7f 100644 --- a/inputmethod/canna/files/canna +++ b/inputmethod/canna/files/canna.sh @@ -1,6 +1,6 @@ -#! /bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: canna,v 1.1 2003/05/31 07:24:40 uebayasi Exp $ +# $NetBSD: canna.sh,v 1.1 2003/07/29 19:42:53 jmmv Exp $ # # PROVIDE: canna # REQUIRE: DAEMON |