1999-03-29 21:10:44 -05:00
|
|
|
bin/bnbot
|
|
|
|
bin/bnclient
|
|
|
|
bin/bnpass
|
|
|
|
sbin/bnetd
|
1999-04-04 01:59:21 -05:00
|
|
|
@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
|
1999-03-31 19:05:44 -05:00
|
|
|
lib/bnetd/bnetd.conf.sample
|
1999-04-04 01:59:21 -05:00
|
|
|
@exec if [ ! -f /etc/bnetd/bnetd.conf ]; then cp %D/%F /etc/bnetd/bnetd.conf; fi
|
1999-03-31 19:05:44 -05:00
|
|
|
lib/bnetd/bnetd_default_user.sample
|
1999-04-04 01:59:21 -05:00
|
|
|
@exec if [ ! -f /etc/bnetd/bnetd_default_user ]; then cp %D/%F /etc/bnetd/bnetd_default_user; fi
|
1999-03-31 19:05:44 -05:00
|
|
|
lib/bnetd/files/ad0512b.pcx.sample
|
1999-04-04 01:59:21 -05:00
|
|
|
@exec if [ ! -f /etc/bnetd/files/ad0512b.pcx ]; then cp %D/%F /etc/bnetd/files/ad0512b.pcx; fi
|
1999-03-29 21:10:44 -05:00
|
|
|
share/doc/bnetd/CHANGELOG
|
|
|
|
share/doc/bnetd/README
|
1999-03-30 22:23:47 -05:00
|
|
|
share/doc/bnetd/TODO
|
1999-03-31 19:05:44 -05:00
|
|
|
@dirrm lib/bnetd/files
|
1999-04-04 01:59:21 -05:00
|
|
|
@dirrm lib/bnetd/users
|
1999-03-31 19:05:44 -05:00
|
|
|
@dirrm lib/bnetd
|
1999-03-29 21:10:44 -05:00
|
|
|
@dirrm share/doc/bnetd
|