[Git][debian-proftpd-team/proftpd][master] One more round of stupid space eating fixing
Francesco Paolo Lovergine
frankie at debian.org
Sat Jan 2 15:18:16 GMT 2021
Francesco Paolo Lovergine pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
350041b9 by Francesco Paolo Lovergine at 2021-01-02T16:07:28+01:00
One more round of stupid space eating fixing
- - - - -
2 changed files:
- debian/changelog
- debian/templates/proftpd.conf
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+proftpd-dfsg (1.3.7a+dfsg-8) unstable; urgency=medium
+
+ * More spaces eated in main template by silly automagic replacement fixed.
+ This is the last one, promised.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org> Sat, 02 Jan 2021 16:06:30 +0100
+
proftpd-dfsg (1.3.7a+dfsg-7) unstable; urgency=medium
* Sigh, too many spaces eated in main template file among commented lines.
=====================================
debian/templates/proftpd.conf
=====================================
@@ -8,13 +8,13 @@
Include /etc/proftpd/modules.conf
# Set off to disable IPv6 support which is annoying on IPv4 only boxes.
-UseIPv6on
+UseIPv6 on
# If set on you can experience a longer connection delay in many cases.
<IfModule mod_ident.c>
IdentLookups off
</IfModule>
-ServerName"Debian"
+ServerName "Debian"
# Set to inetd only if you would run proftpd by inetd/xinetd/socket.
# Read README.Debian for more information on proper configuration.
ServerType standalone
@@ -43,7 +43,7 @@ DenyFilter \*.*/
# RequireValidShelloff
# Port 21 is the standard FTP port.
-Port21
+Port 21
# In some cases you have to specify passive ports range to by-pass
# firewall limitations. Ephemeral ports can be used for that, but
@@ -67,17 +67,17 @@ Port21
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
-MaxInstances30
+MaxInstances 30
# Set the user and group that the server normally runs at.
-Userproftpd
-Groupnogroup
+User proftpd
+Group nogroup
# Umask 022 is a good standard umask to prevent new files and dirs
# (second parm) from being group and world writable.
-Umask022 022
+Umask 022 022
# Normally, we want files to be overwriteable.
-AllowOverwriteon
+AllowOverwrite on
# Uncomment this if you are using NIS or LDAP via NSS to retrieve passwords:
# PersistentPasswd off
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/350041b96523ad301376816e92ed4f889eef3664
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/commit/350041b96523ad301376816e92ed4f889eef3664
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list