freebsd-ports/www/zerowait-httpd/pkg-plist
Pav Lucistnik eb22ef9a6f - Update to 0.7n
- Update rc script handling [1]
- Take maintainership [2]

		[1]
PR:		ports/95842
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>

		[2]
PR:		ports/96270
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2006-04-25 19:52:00 +00:00

17 lines
539 B
Text

@unexec %D/etc/rc.d/0W-httpd stop
bin/update-countries.sh
bin/convert-ranges
bin/convert-geoip
sbin/0W-httpd
etc/0W-httpd/countries
etc/0W-httpd/countries.ips
etc/0W-httpd/countries.rus
etc/0W-httpd/httpd.conf.sample
@exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/0W-httpd/pids
@exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/0W-httpd/data
@exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/0W-httpd/logs
@dirrm etc/0W-httpd/
@dirrm 0W-httpd/pids
@dirrm 0W-httpd/data
@unexec rm -fr %D/0W-httpd/logs > /dev/null 2>&1 || true
@dirrm 0W-httpd