]> git.sven.stormbind.net Git - sven/pflogsumm.git/commitdiff
Move pflogsumm to /usr/bin, there is no reason to be in sbin.
authorSven Hoexter <sven@stormbind.net>
Fri, 23 May 2025 09:29:55 +0000 (11:29 +0200)
committerSven Hoexter <sven@stormbind.net>
Fri, 23 May 2025 09:40:40 +0000 (11:40 +0200)
debian/NEWS
debian/changelog
debian/example/cron.daily
debian/example/cron.weekly
debian/install

index d26660730117039e2b6b2cd4963b164b883e7b57..48e401ec43ee1f3e274ea7172b81c9cb2ee06340 100644 (file)
@@ -1,3 +1,11 @@
+pflogsumm (1.1.6-1) experimental; urgency=medium
+
+  This release moves pflogsumm to /usr/bin. Existing cron jobs
+  and scripts, which do not rely on the PATH variable, require
+  a manual adjustment.
+
+ -- Sven Hoexter <hoexter@debian.org>  Fri, 23 May 2025 11:37:06 +0200
+
 pflogsumm (1.1.3-2) unstable; urgency=low
 
   This release removes the old '.pl' compatibility symlinks. If your
index 28fabce47172b6b3502d9301337dd9fd058b4f82..b65a83e8019ed5fb16b012c8507e2fa0669eb55f 100644 (file)
@@ -4,6 +4,7 @@ pflogsumm (1.1.6-1) UNRELEASED; urgency=medium
     Supports space padded single digit days (Closes: #1068425).
   * Remove all patches, thanks to Jim for applying all of them
     upstream.
+  * Move pflogsumm to /usr/bin, there is no reason to be in sbin.
   * Drop README.Debian, the .pl extension is now officially gone.
   * Shorten debian/rules and use a debian/install file instead.
   * Bump Standards-Version to 4.7.2, no changes required.
index 47c30c7da05e3a5a3b23c1b76797f198c52862f4..74a9fd59a6b72f1a113aed2e6ea3cc2bbe48149c 100644 (file)
@@ -5,6 +5,6 @@
 # This script analyses the logfile for statistics and problems.
 #
 
-if [ -x /usr/sbin/pflogsumm ]; then
-       /usr/sbin/pflogsumm -d yesterday --problems-first /var/log/mail.log
+if [ -x /usr/bin/pflogsumm ]; then
+       /usr/bin/pflogsumm -d yesterday --problems-first /var/log/mail.log
 fi
index 03409e1a6047349e22e7cfb8d396520217a418e1..275766c594a0f6aa3c2ae601024490a3f2d61d2f 100644 (file)
@@ -5,6 +5,6 @@
 # This script analyses the logfile for statistics and problems.
 #
 
-if [ -x /usr/sbin/pflogsumm ]; then
-       /usr/sbin/pflogsumm --problems-first /var/log/mail.log*
+if [ -x /usr/bin/pflogsumm ]; then
+       /usr/bin/pflogsumm --problems-first /var/log/mail.log*
 fi
index a4314aacb9aca1830653651dc0e105860dfd8100..9740d74b3d5537c9c96271dc3237f9c66bc5745b 100644 (file)
@@ -1 +1 @@
-pflogsumm usr/sbin
\ No newline at end of file
+pflogsumm usr/bin
\ No newline at end of file