[Git][debian-proftpd-team/proftpd][master] Fixed #979214

Francesco Paolo Lovergine frankie at debian.org
Mon Jan 4 10:41:43 GMT 2021



Francesco Paolo Lovergine pushed to branch master at Debian ProFTPD Team / proftpd


Commits:
9d3494bf by Francesco Paolo Lovergine at 2021-01-04T11:35:27+01:00
Fixed #979214

- - - - -


2 changed files:

- debian/changelog
- debian/proftpd-core.postinst


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+proftpd-dfsg (1.3.7a+dfsg-10) unstable; urgency=medium
+
+  * Fixed missing s/mod_snmp/snmp/ in postinst.
+    (closes: #979214)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 04 Jan 2021 11:35:09 +0100
+
 proftpd-dfsg (1.3.7a+dfsg-9) unstable; urgency=medium
 
   [ Hilmar Preusse ]


=====================================
debian/proftpd-core.postinst
=====================================
@@ -157,7 +157,7 @@ if [ "$1" = "configure" ]; then
     fi
 
     # use current configuration files or generate new ones from scratch
-    for name in proftpd modules sql ldap tls virtuals sftp geoip mod_snmp
+    for name in proftpd modules sql ldap tls virtuals sftp geoip snmp
     do
       if [ ! -f $ETC_DIR/$name.conf ]; then
           cp  /usr/share/proftpd/templates/$name.conf $ETC_DIR/$name.conf.proftpd-new
@@ -195,7 +195,7 @@ if [ "$1" = "configure" ]; then
     do_update /etc/proftpd/virtuals.conf
     do_update /etc/proftpd/sftp.conf
     do_update /etc/proftpd/geoip.conf
-    do_update /etc/proftpd/mod_snmp.conf
+    do_update /etc/proftpd/snmp.conf
 
 	# be safe and change permissions for .conf files where passwords should
 	# potentially be present



View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/9d3494bf842f7548c3e4bad8fb1d39a48ccacc4e

-- 
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/9d3494bf842f7548c3e4bad8fb1d39a48ccacc4e
You're receiving this email because of your account on salsa.debian.org.




More information about the Pkg-proftpd-maintainers mailing list