[Git][debian-proftpd-team/proftpd][master] 2 commits: Fixed for too many spaces eated in /etc/proftpd/proftpd.conf

Francesco Paolo Lovergine frankie at debian.org
Sat Jan 2 12:11:01 GMT 2021



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


Commits:
8777933e by Francesco Paolo Lovergine at 2021-01-02T11:09:17+01:00
Fixed for too many spaces eated in /etc/proftpd/proftpd.conf

- - - - -
1d684d14 by Francesco Paolo Lovergine at 2021-01-02T11:14:14+01:00
Ready for upload

- - - - -


2 changed files:

- debian/changelog
- debian/templates/proftpd.conf


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+proftpd-dfsg (1.3.7a+dfsg-7) unstable; urgency=medium
+
+  * Sigh, too many spaces eated in main template file among commented lines.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Sat, 02 Jan 2021 11:13:55 +0100
+
 proftpd-dfsg (1.3.7a+dfsg-6) unstable; urgency=medium
 
   * In order to avoid breakage at install time in non standalone mode,


=====================================
debian/templates/proftpd.conf
=====================================
@@ -48,12 +48,12 @@ Port21
 # In some cases you have to specify passive ports range to by-pass
 # firewall limitations. Ephemeral ports can be used for that, but
 # feel free to use a more narrow range.
-# PassivePorts                  49152 65534
+# PassivePorts 49152 65534
 
 # If your host was NATted, this option is useful in order to
 # allow passive tranfers to work. You have to use your public
 # address and opening the passive ports used on your firewall as well.
-# MasqueradeAddress1.2.3.4
+# MasqueradeAddress 1.2.3.4
 
 # This is useful for masquerading address with dynamic IPs:
 # refresh any configured MasqueradeAddress directives every 8 hours
@@ -80,16 +80,16 @@ Umask022  022
 AllowOverwriteon
 
 # Uncomment this if you are using NIS or LDAP via NSS to retrieve passwords:
-# PersistentPasswdoff
+# PersistentPasswd off
 
 # This is required to use both PAM-based authentication and local passwords
-# AuthOrdermod_auth_pam.c* mod_auth_unix.c
+# AuthOrder mod_auth_pam.c* mod_auth_unix.c
 
 # Be warned: use of this directive impacts CPU average load!
 # Uncomment this if you like to see progress and transfer rate with ftpwho
 # in downloads. That is not needed for uploads rates.
 #
-# UseSendFileoff
+# UseSendFile off
 
 TransferLog /var/log/proftpd/xferlog
 SystemLog /var/log/proftpd/proftpd.log
@@ -162,23 +162,23 @@ AdminControlsEngine off
 # A basic anonymous configuration, no upload directories.
 
 # <Anonymous ~ftp>
-#   Userftp
-#   Groupnogroup
+#   User ftp
+#   Group nogroup
 #   # We want clients to be able to login with "anonymous" as well as "ftp"
-#   UserAliasanonymous ftp
+#   UserAlias anonymous ftp
 #   # Cosmetic changes, all files belongs to ftp user
-#   DirFakeUseron ftp
+#   DirFakeUser on ftp
 #   DirFakeGroup on ftp
 # 
-#   RequireValidShelloff
+#   RequireValidShell off
 # 
 #   # Limit the maximum number of anonymous logins
-#   MaxClients10
+#   MaxClients 10
 # 
 #   # We want 'welcome.msg' displayed at login, and '.message' displayed
 #   # in each newly chdired directory.
-#   DisplayLoginwelcome.msg
-#   DisplayChdir.message
+#   DisplayLogin welcome.msg
+#   DisplayChdir .message
 # 
 #   # Limit WRITE everywhere in the anonymous chroot
 #   <Directory *>



View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/compare/a380b3f7d4c137d8ebae6c7cb107ca7862bcbaa3...1d684d149841876be07116286b93c423516d8ec2

-- 
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/-/compare/a380b3f7d4c137d8ebae6c7cb107ca7862bcbaa3...1d684d149841876be07116286b93c423516d8ec2
You're receiving this email because of your account on salsa.debian.org.




More information about the Pkg-proftpd-maintainers mailing list