diff options
author | ache <ache@FreeBSD.org> | 1996-09-06 22:18:28 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-09-06 22:18:28 +0800 |
commit | 320412ba1cc6a1fe33c257ebb0e3c4b7e0ab8d18 (patch) | |
tree | e5422838941a9dd955f1c8def6efbbca0e24561d /www/wwwcount/pkg-plist | |
parent | 66d80070c8b1fb353e7aab2d46bde051ee21cf0f (diff) | |
download | freebsd-ports-gnome-320412ba1cc6a1fe33c257ebb0e3c4b7e0ab8d18.tar.gz freebsd-ports-gnome-320412ba1cc6a1fe33c257ebb0e3c4b7e0ab8d18.tar.zst freebsd-ports-gnome-320412ba1cc6a1fe33c257ebb0e3c4b7e0ab8d18.zip |
Location changed
Better fit to FreeBSD directory structure
NO_PACKAGE removed, hostname is in config files, not compiled in
Diffstat (limited to 'www/wwwcount/pkg-plist')
-rw-r--r-- | www/wwwcount/pkg-plist | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/www/wwwcount/pkg-plist b/www/wwwcount/pkg-plist index cc3787b13bcc..ed0e803e8c0b 100644 --- a/www/wwwcount/pkg-plist +++ b/www/wwwcount/pkg-plist @@ -6,22 +6,25 @@ etc/Counter/conf etc/Counter/conf/count.cfg etc/Counter/data etc/Counter/data/sample.dat -etc/Counter/Log -etc/Counter/rgb.txt -etc/Counter/digits -etc/Counter/digits/A -etc/Counter/digits/A/strip.gif -etc/Counter/digits/B -etc/Counter/digits/B/strip.gif -etc/Counter/digits/C -etc/Counter/digits/C/strip.gif -etc/Counter/digits/D -etc/Counter/digits/D/strip.gif -etc/Counter/digits/D/lenna.gif -etc/Counter/digits/E -etc/Counter/digits/E/strip.gif +lib/Counter/rgb.txt +lib/Counter/digits +lib/Counter/digits/A +lib/Counter/digits/A/strip.gif +lib/Counter/digits/B +lib/Counter/digits/B/strip.gif +lib/Counter/digits/C +lib/Counter/digits/C/strip.gif +lib/Counter/digits/D +lib/Counter/digits/D/strip.gif +lib/Counter/digits/D/lenna.gif +lib/Counter/digits/E +lib/Counter/digits/E/strip.gif @owner bin @group bin -etc/Counter/digits/mkstrip.sh +lib/Counter/digits/mkstrip.sh bin/mkstrip man/man1/mkstrip.1 +@exec touch /var/log/Counter.log +@exec chown nobody.nobody /var/log/Counter.log +@exec chmod 644 /var/log/Counter.log +@unexec rm /var/log/Counter.log |