Clean up patches. Make this look like an OpenBSD port (no compressed
manpage, no use of /usr/local/etc). Don't try at an INSTALL script yet, as the steps needed are numerous.
This commit is contained in:
parent
df7514664f
commit
2d6babc490
@ -16,14 +16,4 @@ been the last version distributed under a BSD-style copyright; the
|
||||
package went commercial in later versions. The authors no longer
|
||||
distribute or support version 2.
|
||||
|
||||
After installing the package, you must add
|
||||
|
||||
xcept 20005/tcp #XCEPT
|
||||
|
||||
to /etc/services, and
|
||||
|
||||
xcept stream tcp nowait root /usr/local/libexec/ceptd ceptd
|
||||
|
||||
to /etc/inetd.conf on your server host.
|
||||
|
||||
Jörg Wunsch <joerg@FreeBSD.org>
|
||||
|
16
comms/xcept/pkg/MESSAGE
Normal file
16
comms/xcept/pkg/MESSAGE
Normal file
@ -0,0 +1,16 @@
|
||||
After installing this package, you must create
|
||||
${SYSCONFDIR}/cept.init ${SYSCONFDIR}/cept.users files.
|
||||
|
||||
Samples exist in ${PREFIX}/share/cept.
|
||||
|
||||
|
||||
You must also add
|
||||
|
||||
xcept 20005/tcp #XCEPT
|
||||
|
||||
to /etc/services, and
|
||||
|
||||
xcept stream tcp nowait root /usr/local/libexec/ceptd ceptd
|
||||
|
||||
to /etc/inetd.conf on your server host,
|
||||
and restart inetd on the server host.
|
@ -1,9 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2000/09/03 16:24:27 espie Exp $
|
||||
bin/xcept
|
||||
libexec/ceptd
|
||||
man/man1/xcept.1.gz
|
||||
man/man8/ceptd.8.gz
|
||||
etc/cept.init
|
||||
etc/cept.users
|
||||
man/man1/xcept.1
|
||||
man/man8/ceptd.8
|
||||
lib/xcept/Bundesbahn.xcept
|
||||
lib/xcept/DeutscheBank-Kontoauszug.xcept
|
||||
lib/xcept/Sparkasse.xcept
|
||||
@ -14,4 +13,7 @@ lib/xcept/client-mode
|
||||
lib/xcept/on-off.xcept
|
||||
lib/xcept/popup.xcept
|
||||
lib/xcept/xcept.pl
|
||||
share/cept/cept.init.sample
|
||||
share/cept/cept.users.sample
|
||||
@dirrm share/cept
|
||||
@dirrm lib/xcept
|
||||
|
Loading…
Reference in New Issue
Block a user