freebsd-ports/www/hiawatha/pkg-plist
Mark Felder d498ef7cea - Update to 9.5
- Change sample file installationt use @sample
- rc script now passes rclint

PR:		ports/189090
Sponsored by:	SupraNet Communications, Inc
2014-05-21 11:49:17 +00:00

26 lines
858 B
Text

bin/ssi-cgi
@sample %%ETCDIR%%/cgi-wrapper.conf.sample
@sample %%ETCDIR%%/error.xslt.sample
@sample %%ETCDIR%%/hiawatha.conf.sample
@sample %%ETCDIR%%/index.xslt.sample
@sample %%ETCDIR%%/mimetype.conf.sample
@sample %%ETCDIR%%/toolkit.conf.sample
sbin/cgi-wrapper
sbin/hiawatha
sbin/wigwam
lib/hiawatha/libpolarssl.so
lib/hiawatha/libpolarssl.so.1.3.6
lib/hiawatha/libpolarssl.so.6
man/man1/cgi-wrapper.1.gz
man/man1/hiawatha.1.gz
man/man1/ssi-cgi.1.gz
man/man1/wigwam.1.gz
@sample %%WWWDIR%%/index.html.sample
@dirrmtry %%WWWDIR%%
@dirrmtry var/lib/hiawatha
@dirrmtry var/lib
@dirrmtry var
@dirrmtry lib/hiawatha
@dirrmtry %%ETCDIR%%
@exec if [ ! -d /var/log/hiawatha ] ; then mkdir /var/log/hiawatha ; fi
@unexec t=`/bin/ls /var/log/hiawatha`; if [ -z "$t" ]; then %%ECHO_MSG%% "===> Log directory is empty, removing it."; rmdir /var/log/hiawatha; fi;