openbsd-ports/net/ushare/pkg
sthen 91faa22c52 Where a program with an rc script _requires_ a certain command line
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.

Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
2011-12-17 22:01:12 +00:00
..
DESCR
PLIST Remove MSG_NOSIGNAL patch now that we support that. 2011-12-03 13:59:37 +00:00
README Remove MSG_NOSIGNAL patch now that we support that. 2011-12-03 13:59:37 +00:00
ushare.rc Where a program with an rc script _requires_ a certain command line 2011-12-17 22:01:12 +00:00

$OpenBSD: README,v 1.1 2011/12/03 13:59:37 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

USHARE_IFACE (listening interface) and USHARE_DIR (shared directories)
need to be set in ${SYSCONFDIR}/ushare.conf before starting ushare.

UPnP multicast discovery on the listening interface needs to be enabled.
Add this line to the matching hostname.if(5) and restart the network
(a.b.c.d being the interface IP address).
!route -qn add -net 239.0.0.0/8 -interface a.b.c.d