[Git][debian-proftpd-team/proftpd][master] typo
Hilmar Preuße
gitlab at salsa.debian.org
Sat May 5 09:19:40 BST 2018
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
1358a317 by Hilmar Preusse at 2018-05-05T10:19:32+02:00
typo
- - - - -
1 changed file:
- debian/proftpd-basic.postinst
Changes:
=====================================
debian/proftpd-basic.postinst
=====================================
--- a/debian/proftpd-basic.postinst
+++ b/debian/proftpd-basic.postinst
@@ -132,14 +132,14 @@ fi
if [ "$1" = "configure" ]; then
- # create diretory in /run
+ # create directory in /run
create_run_dir
# mv eventual old configuration in the new location
if [ -f /etc/proftpd.conf -a ! -f $CONF ]; then
mv /etc/proftpd.conf $CONF
fi
-
+
# use current configuration files or generate new ones from scratch
for name in proftpd modules sql ldap tls virtuals
do
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/commit/1358a31717cbdf0c995e2c09db343ec9e34fa39b
---
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/commit/1358a31717cbdf0c995e2c09db343ec9e34fa39b
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list