FS#16287 - logwatch does not follow general directory guidelines

Attached to Project: Community Packages
Opened by Benoit Izac (benizac) - Sunday, 20 September 2009, 19:08 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 20 September 2009, 20:28 GMT
Task Type Bug Report
Category
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

PKGBUILD installs manpage in /usr/man, according to `general directory guidelines', it should be in /usr/share/man

diff:
--- PKGBUILD.orig 2009-09-20 21:04:28.296112312 +0200
+++ PKGBUILD 2009-09-20 21:04:43.729444770 +0200
@@ -57,8 +57,8 @@
touch $startdir/pkg/etc/logwatch/conf/ignore.conf
touch $startdir/pkg/etc/logwatch/conf/override.conf

- install -m 0755 -d $startdir/pkg/usr/man/man8/
- install -m 0644 logwatch.8 $startdir/pkg/usr/man/man8/
+ install -m 0755 -d $startdir/pkg/usr/share/man/man8/
+ install -m 0644 logwatch.8 $startdir/pkg/usr/share/man/man8/

install -m 0755 -d $startdir/pkg/etc/cron.daily/
install -m 0755 -d $startdir/pkg/usr/sbin/
This task depends upon

Closed by  Eric Belanger (Snowman)
Sunday, 20 September 2009, 20:28 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#13766 

Loading...