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

craetion of /srv/ftp or /home/ftp by a ftpserver.deb



1) (/srv/) SRV DATA FOR SERVICES PROVIDED BY SYSTEM http://www.debian.org/doc/packaging-manuals/fhs/fhs-2.3.html#SRVDATAFORSERVICESPROVIDEDBYSYSTEM  asserts that:

    no program should rely on a specific subdirectory structure of /srv 
    existing or data necessarily being stored in /srv

2) (/home/) HOME USER HOME DIRECTORIES http://www.debian.org/doc/packaging-manuals/fhs/fhs-2.3.html#HOMEUSERHOMEDIRECTORIES asserts that:

    no program should rely on this location.

Does that mean that an ftpServer.deb is not allowed to issue 

    mkdir /srv/ftp
  or
    mkdir /home/ftp

?


      


Reply to: