[Pkg-net-snmp-commits] [pkg-net-snmp] 08/12: fix pid directory

Hideki Yamane henrich at moszumanska.debian.org
Sun Mar 30 10:01:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch master
in repository pkg-net-snmp.

commit 5449b32e83a186f08a6d85afda8cbd624ceb4499
Author: Hideki Yamane <henrich at debian.org>
Date:   Sun Mar 30 18:45:30 2014 +0900

    fix pid directory
---
 debian/changelog         | 2 ++
 debian/snmpd.default     | 2 +-
 debian/snmptrapd.default | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d531c75..0e3ed40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,8 @@ net-snmp (5.7.2~dfsg-9) UNRELEASED; urgency=medium
     - fix weird user creation (Closes: #482041, #589040, #606784, #610630)
   * debian/snmp.install
     - move traptoemail to snmptrapd.install releated to above changes
+  * debian/{snmpd,snmptrapd}.default
+    - fix pid diretory
   * debian/README.Debian
     - note snmpconf is in snmp package (Closes: #577649)
 
diff --git a/debian/snmpd.default b/debian/snmpd.default
index 819c9a8..e47dec8 100644
--- a/debian/snmpd.default
+++ b/debian/snmpd.default
@@ -8,4 +8,4 @@ export MIBS=
 SNMPDRUN=yes
 
 # snmpd options (use syslog, close stdin/out/err).
-SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -g snmp -I -smux,mteTrigger,mteTriggerConf -p /var/run/snmpd.pid'
+SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -g snmp -I -smux,mteTrigger,mteTriggerConf -p /run/snmpd.pid'
diff --git a/debian/snmptrapd.default b/debian/snmptrapd.default
index 7c9f734..3649c48 100644
--- a/debian/snmptrapd.default
+++ b/debian/snmptrapd.default
@@ -6,4 +6,4 @@
 TRAPDRUN=no
 
 # snmptrapd options (use syslog).
-TRAPDOPTS='-Lsd -p /var/run/snmptrapd.pid'
+TRAPDOPTS='-Lsd -p /run/snmptrapd.pid'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-net-snmp/pkg-net-snmp.git



More information about the Pkg-net-snmp-commits mailing list