diff options
author | 2001-07-05 03:48:03 +0000 | |
---|---|---|
committer | 2001-07-05 03:48:03 +0000 | |
commit | ab85afbe3a57d3fe2f75f789a860951860ebee4b (patch) | |
tree | 4d9e89426418caf3d7fa895b36c4af384b24328e /sys-apps/baselayout | |
parent | now makes sure you're root before running. (diff) | |
download | gentoo-2-ab85afbe3a57d3fe2f75f789a860951860ebee4b.tar.gz gentoo-2-ab85afbe3a57d3fe2f75f789a860951860ebee4b.tar.bz2 gentoo-2-ab85afbe3a57d3fe2f75f789a860951860ebee4b.zip |
added oftpd a anonymous only ftp daemon that is quite secure, it uses
chroot() and lots of other sweet stuff. Please add these two lines
FTPUSER="ftp" # User to run oftpd as
FTPROOT="/home/ftp" # Set this to your ftproot for oftpd
to your /etc/rc.d/config/basic and tune them to your needs to use oftpd
Diffstat (limited to 'sys-apps/baselayout')
-rw-r--r-- | sys-apps/baselayout/files/rc.d/config/basic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-apps/baselayout/files/rc.d/config/basic b/sys-apps/baselayout/files/rc.d/config/basic index 5086bd6e4772..e06ca5504811 100644 --- a/sys-apps/baselayout/files/rc.d/config/basic +++ b/sys-apps/baselayout/files/rc.d/config/basic @@ -24,3 +24,5 @@ YP_DOMAIN="" # Enter your NIS domainname here MOUSE="ms" # Set to the mouse type as used by gpm (auto, ps2, ms, etc.) DISPLAYMANAGER="" # Enter your display manager here (xdm,kdm,gdm) +FTPUSER="ftp" # User to run oftpd as +FTPROOT="/home/ftp" # Set this to your ftproot for oftpd |