freebsd-ports/security/bjorb/pkg-plist
Steve Price 3845fbcfd5 Update to version 0.5.4p4.
PR:		7739
Submitted by:	maintainer
1998-08-30 15:35:08 +00:00

18 lines
674 B
Plaintext

etc/bjorb.conf.sample
etc/rc.d/bjorb.sh.sample
sbin/bjorb
share/doc/bjorb/ChangeLog
share/doc/bjorb/COPYRIGHT
share/doc/bjorb/INSTALL
share/doc/bjorb/README
share/doc/bjorb/ChangeLog.jp
share/doc/bjorb/COPYRIGHT.jp
share/doc/bjorb/INSTALL.jp
share/doc/bjorb/README.jp
share/doc/bjorb/bjorb.conf.5.jp.txt
share/doc/bjorb/features.jp
@dirrm share/doc/bjorb
share/examples/bjorb/bjorb.conf.doc
@dirrm share/examples/bjorb
@exec ( [ -f %D/certs/bjorb.pem ] && exit ; echo "Making certificate files" ; cd %D/certs ; ssleay req -new -x509 -nodes -days 365 -out bjorb.pem -keyout bjorb.pem; ln -s bjorb.pem `ssleay x509 -noout -hash < bjorb.pem`.0 ; chmod 644 %D/certs/bjorb.pem )