]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
- killed trailing spaces/tabs
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Dec 2005 01:02:49 +0000 (01:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pure-ftpd.init -> 1.13

pure-ftpd.init

index be5eab193db737b15aed21ab4f100ab342e65aee..b414bd33b5323ec915e1f229710d6cae7a6178b3 100644 (file)
 # Check for available parsers
 if [ -x /usr/sbin/pure-config ] ; then
        CFG=/usr/sbin/pure-config
-elif [ -x /usr/sbin/pure-config.pl -a -x /usr/bin/perl ] ; then 
+elif [ -x /usr/sbin/pure-config.pl -a -x /usr/bin/perl ] ; then
        CFG=/usr/sbin/pure-config.pl
 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.'
        exit 1
-fi     
+fi
 
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
This page took 0.106995 seconds and 4 git commands to generate.