]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
- fix init when compiled with mysql support pure-ftpd-0_99_4-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 2 Oct 2001 19:34:53 +0000 (19:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pure-ftpd.init -> 1.2

pure-ftpd.init

index f7ff1ad94cb7ae24e3c418d59b7fe6da0c57059e..dc26c439fa2f4681350902a6d154e8bf5b832daa 100644 (file)
@@ -27,7 +27,7 @@ if [ -f /etc/ftpd/pureftpd.conf ]; then
 fi
 
 if [ -f /etc/ftpd/pureftpd-mysql.conf ]; then
-    PUREFTPD_OPTS="${PUREFTPD_OPTS} -l /etc/ftpd/pureftpd-mysql.conf"
+    PUREFTPD_OPTS="${PUREFTPD_OPTS} -l mysql:/etc/ftpd/pureftpd-mysql.conf"
 fi
 
 # See how we were called.
This page took 0.171741 seconds and 4 git commands to generate.