summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <blutgens@gentoo.org>2001-08-20 03:39:08 +0000
committerBen Lutgens <blutgens@gentoo.org>2001-08-20 03:39:08 +0000
commit9586432b7d56aa3389a2b35cc5608f0aef9f3d16 (patch)
treefd4daff056b8bf8017823cc30c4c9c7c52d5d529 /net-ftp/proftpd
parentFixed install locations. Now goes into /usr/X11R6/{bin,share} (diff)
downloadhistorical-9586432b7d56aa3389a2b35cc5608f0aef9f3d16.tar.gz
historical-9586432b7d56aa3389a2b35cc5608f0aef9f3d16.tar.bz2
historical-9586432b7d56aa3389a2b35cc5608f0aef9f3d16.zip
fixing Group line in config file so it'll start.
Diffstat (limited to 'net-ftp/proftpd')
-rw-r--r--net-ftp/proftpd/files/proftpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/proftpd/files/proftpd.conf b/net-ftp/proftpd/files/proftpd.conf
index 69498d53bd90..55db30ebef9b 100644
--- a/net-ftp/proftpd/files/proftpd.conf
+++ b/net-ftp/proftpd/files/proftpd.conf
@@ -4,7 +4,7 @@
# "nobody" and "ftp" for normal operation and anon.
ServerName "ProFTPD Default Installation"
-ServerType inetd
+ServerType standalone
DefaultServer on
AuthPAM off
AuthPAMConfig ftp
@@ -24,7 +24,7 @@ MaxInstances 30
# Set the user and group that the server normally runs at.
User nobody
-Group nogroup
+Group nobody
# Normally, we want files to be overwriteable.
<Directory /*>