[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ4-All-Security-2.0.1-13323.pkg update




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>