SHA256
1
0
forked from pool/pure-ftpd
pure-ftpd/pure-ftpd-1.0.20_doc.patch

32 lines
1.1 KiB
Diff

only in patch2:
unchanged:
================================================================================
Index: README.Configuration-File
===================================================================
--- README.Configuration-File.orig
+++ README.Configuration-File
@@ -8,12 +8,12 @@ For example, the '-H' switch is recommen
To enable this feature, just add it right after the executable name:
- /usr/local/sbin/pure-ftpd -H
+ /usr/sbin/pure-ftpd -H
Long options are also supported. This is equivalent to the previous
command:
- /usr/local/sbin/pure-ftpd --dontresolve
+ /usr/sbin/pure-ftpd --dontresolve
As an alternative to command-line switches, Pure-FTPd can use a
configuration file. The set of supported features is the same no
@@ -25,7 +25,7 @@ the package installation prefix.
Tweak it according to your needs, and start the server using that file:
- /usr/local/sbin/pure-ftpd /etc/pure-ftpd.conf
+ /usr/sbin/pure-ftpd /etc/pure-ftpd.conf
Note the absence of switches. In order to avoid confusion, either a
configuration file or a set of command-line switches can be used.