- Use @newgroup, @newuser and @sample

- Trim MESSAGE

looks good pvalchev@
This commit is contained in:
alek 2004-11-13 01:48:09 +00:00
parent 05f238b648
commit df5a1a0b35
2 changed files with 7 additions and 9 deletions

View File

@ -1,14 +1,8 @@
After installing this package, you must create
${SYSCONFDIR}/cept.init ${SYSCONFDIR}/cept.users files.
Samples exist in ${PREFIX}/share/cept.
You must also add
After installing this package, you must add
xcept 20005/tcp #XCEPT
to /etc/services, add an '_xcept' user in your system with uid 522
and put the user in group 'dialer', then put the line
to /etc/services, then put the line
xcept stream tcp nowait _xcept ${PREFIX}/libexec/ceptd ceptd

View File

@ -1,4 +1,6 @@
@comment $OpenBSD: PLIST,v 1.3 2004/08/06 16:06:03 espie Exp $
@comment $OpenBSD: PLIST,v 1.4 2004/11/13 01:48:10 alek Exp $
@newgroup _xcept:522
@newuser _xcept:522:_xcept:daemon:xcept account:/nonexistent:/bin/sh
bin/xcept
lib/xcept/
lib/xcept/Bundesbahn.xcept
@ -16,4 +18,6 @@ libexec/ceptd
@man man/man8/ceptd.8
share/cept/
share/cept/cept.init.sample
@sample ${SYSCONFDIR}/cept.init
share/cept/cept.users.sample
@sample ${SYSCONFDIR}/cept.users