openbsd-ports/games/bnetd/pkg/PLIST
1999-04-04 06:59:21 +00:00

21 lines
768 B
Plaintext

bin/bnbot
bin/bnclient
bin/bnpass
sbin/bnetd
@exec if [ ! -d /etc/bnetd ]; then mkdir /etc/bnetd ; fi
@exec if [ ! -d /etc/bnetd/files ]; then mkdir /etc/bnetd/files ; fi
@exec if [ ! -d /etc/bnetd/users ]; then mkdir /etc/bnetd/users ; fi
lib/bnetd/bnetd.conf.sample
@exec if [ ! -f /etc/bnetd/bnetd.conf ]; then cp %D/%F /etc/bnetd/bnetd.conf; fi
lib/bnetd/bnetd_default_user.sample
@exec if [ ! -f /etc/bnetd/bnetd_default_user ]; then cp %D/%F /etc/bnetd/bnetd_default_user; fi
lib/bnetd/files/ad0512b.pcx.sample
@exec if [ ! -f /etc/bnetd/files/ad0512b.pcx ]; then cp %D/%F /etc/bnetd/files/ad0512b.pcx; fi
share/doc/bnetd/CHANGELOG
share/doc/bnetd/README
share/doc/bnetd/TODO
@dirrm lib/bnetd/files
@dirrm lib/bnetd/users
@dirrm lib/bnetd
@dirrm share/doc/bnetd