[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ4-All-Security-2.0.1-13323.pkg update
- Subject: Re: [cobalt-users] RaQ4-All-Security-2.0.1-13323.pkg update
- From: David Lucas <david@xxxxxxxxxxxxxxxx>
- Date: Wed Jun 19 03:19:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
edit /etc/proftpd.conf
# AllowChmod on
<Limit SITE_CHMOD>
</Limit>
--
Gerald, please explain a little
I have
<Global>
AllowChmod on
# Report Localtime, not GMT
TimesGMT off
</Global>
I should change it to
<Global>
#AllowChmod on
<Limit SITE_CHMOD>
</Limit>
# Report Localtime, not GMT
TimesGMT off
</Global>
or to
<Global>
#AllowChmod on
# Report Localtime, not GMT
TimesGMT off
</Global>
<Limit SITE_CHMOD>
</Limit>