pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/33227: fixes and improvements for dict-server package
The following reply was made to PR pkg/33227; it has been noted by GNATS.
From: Aleksey Cheusov <cheusov%tut.by@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/33227: fixes and improvements for dict-server package
Date: Sat, 13 May 2006 14:22:51 +0300
Additional patch for mk/default/mk.conf
Index: mk/defaults/mk.conf
===================================================================
RCS file: /cvsroot/pkgsrc/mk/defaults/mk.conf,v
retrieving revision 1.118
diff -u -r1.118 mk.conf
--- mk/defaults/mk.conf 19 Apr 2006 12:23:29 -0000 1.118
+++ mk/defaults/mk.conf 13 May 2006 11:17:11 -0000
@@ -717,6 +717,19 @@
# Possible: /dev/your_favorite_serial_device
# Default: defaults for various machine_archs are set in
mk/platform/${OPSYS}.mk
+DICTD_GROUP?= dictd
+# Used in the dict-server package to specify the server group.
+# dictd daemon will set uid:gid to dictd:dictd if these user and group
present.
+# if they are present.
+# Possible: dictd
+# Default: no defined
+
+DICTD_USER?= dictd
+# Used in the dict-server package to specify the server user.
+# dictd daemon will be run as dictd:dictd if these user and group present.
+# Possible: dictd
+# Default: not defined
+
DT_LAYOUT?= US
# Used by dt package to specify the keyboard layout.
# Possible: US, FI, FR, GER, DV
--
Best regards, Aleksey Cheusov.
Home |
Main Index |
Thread Index |
Old Index