freebsd-ports/japanese/ebnetd/files/patch-ebnetd.conf.sample.in
Pawel Pekala 37983bc554 japanese/ebnetd add user and group for daemon processes
PR:		195523
Submitted by:	maintainer
2014-12-16 15:53:33 +00:00

16 lines
438 B
Text

--- ebnetd.conf.sample.in.orig 2003-06-15 20:39:55.000000000 +0900
+++ ebnetd.conf.sample.in 2014-11-30 18:17:51.227415186 +0900
@@ -17,11 +17,11 @@
### Owner of the server process.
### (default: none)
-user ndtpuser
+user %%EBNETD_USER%%
### Group of the server process.
### (default: none)
-group ndtpgrp
+group %%EBNETD_GROUP%%
### How many clients can be connected to the server at the same time.
### (default: 1)