diff options
author | Ben Lutgens <lamer@gentoo.org> | 2001-08-20 03:39:08 +0000 |
---|---|---|
committer | Ben Lutgens <lamer@gentoo.org> | 2001-08-20 03:39:08 +0000 |
commit | 726375112fbdaeff17c814302a8567aae0411d5a (patch) | |
tree | ba657d9501af4f5bbf759dd29caeb4ae6875cb40 /net-ftp/proftpd | |
parent | Fixed install locations. Now goes into /usr/X11R6/{bin,share} (diff) | |
download | gentoo-2-726375112fbdaeff17c814302a8567aae0411d5a.tar.gz gentoo-2-726375112fbdaeff17c814302a8567aae0411d5a.tar.bz2 gentoo-2-726375112fbdaeff17c814302a8567aae0411d5a.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.conf | 4 |
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 /*> |