]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
- small fix for an error message
authortwittner <twittner@pld-linux.org>
Tue, 31 May 2005 18:39:30 +0000 (18:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pure-ftpd.init -> 1.11

pure-ftpd.init

index 9755edd485f7cd12f4fea45f6f9d18c93e843f8c..49650acdaca40e576dcb119361714ede62794d8f 100644 (file)
@@ -23,7 +23,7 @@ elif [ -x /usr/sbin/pure-config.pl -a -x /usr/bin/perl ] ; then
 elif [ -x /usr/sbin/pure-config.py -a -x /usr/bin/python ] ; then
        CFG=/usr/sbin/pure-config.py
 else
-       echo 'Error: pure-config{.pl,py} not found. Giving up.'
+       echo 'Error: pure-config{,.pl,.py} not found. Giving up.'
        exit 1
 fi     
 
This page took 0.142475 seconds and 4 git commands to generate.