freebsd-ports/security/bjorb/pkg-plist
Dirk Froemberg b2e1687bfc Upgrade to 0.5.5p1.
${PREFIX}/bin/ssleay -> ${PREFIX}/bin/openssl due to openssl upgrade.

PR:		ports/10768
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
1999-03-26 08:51:52 +00:00

18 lines
676 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 ; openssl req -new -x509 -nodes -days 365 -out bjorb.pem -keyout bjorb.pem; ln -s bjorb.pem `openssl x509 -noout -hash < bjorb.pem`.0 ; chmod 644 %D/certs/bjorb.pem )