diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-11-12 00:43:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-11-12 00:43:59 +0800 |
commit | abf0d438032d7509655ce5cb5b8746774fc52fcd (patch) | |
tree | 3679b4ac6ba3fea14584c65cc56d8baeb8724e90 /net-p2p/uhub/pkg-plist | |
parent | 083e28ce54285d7e79999ffc5ae9714a096d12b0 (diff) | |
download | freebsd-ports-gnome-abf0d438032d7509655ce5cb5b8746774fc52fcd.tar.gz freebsd-ports-gnome-abf0d438032d7509655ce5cb5b8746774fc52fcd.tar.zst freebsd-ports-gnome-abf0d438032d7509655ce5cb5b8746774fc52fcd.zip |
uHub is a high performance peer-to-peer hub for the ADC network.
Its low memory footprint allows it to handle several thousand users
on high-end servers, or a small private hub on embedded hardware.
WWW: http://www.extatic.org/uhub/
PR: 139670
Submitted by: Dmitry Yashin <yashin.dm@gmail.com>
Diffstat (limited to 'net-p2p/uhub/pkg-plist')
-rw-r--r-- | net-p2p/uhub/pkg-plist | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/uhub/pkg-plist b/net-p2p/uhub/pkg-plist new file mode 100644 index 000000000000..cd32cbdd4a45 --- /dev/null +++ b/net-p2p/uhub/pkg-plist @@ -0,0 +1,11 @@ +bin/uhub +@unexec if cmp -s %D/etc/uhub/uhub.conf.sample %D/etc/uhub/uhub.conf; then rm -f %D/etc/uhub/uhub.conf; fi +etc/uhub/uhub.conf.sample +@exec if [ ! -f %D/etc/uhub/uhub.conf ] ; then cp -p %D/%F %B/uhub/uhub.conf; fi +@unexec if cmp -s %D/etc/uhub/users.conf.sample %D/etc/uhub/users.conf; then rm -f %D/etc/uhub/users.conf; fi +etc/uhub/users.conf.sample +@exec if [ ! -f %D/etc/uhub/users.conf ] ; then cp -p %D/%F %B/uhub/users.conf; fi +@unexec if cmp -s %D/etc/uhub/motd.txt.sample %D/etc/uhub/motd.txt; then rm -f %D/etc/uhub/motd.txt; fi +etc/uhub/motd.txt.sample +@exec if [ ! -f %D/etc/uhub/motd.txt ] ; then cp -p %D/%F %B/uhub/motd.txt; fi +@dirrmtry etc/uhub |