[arch-projects] [PATCH 4/4] fhs: disallow installing in /srv

2012-02-26 Thread Tom Gundersen
/srv is admin territory, similar to /home. No package should put stuff there. The filesystem package does install /srv/ftp and /srv/http, but that's my problem to worry about (and namcap can't deal with the filesystem package anyway). Signed-off-by: Tom Gundersen --- Namcap/rules/fhs.py |2

Re: [arch-projects] [PATCH 4/4] fhs: disallow installing in /srv

2012-02-26 Thread Seblu
On Sun, Feb 26, 2012 at 2:56 PM, Tom Gundersen wrote: > /srv is admin territory, similar to /home. No package should > put stuff there. Are you sure of this? Currently many "http" packages use /srv/http to put static files. e.g backuppc, flyspray, roundcube... http://www.pathname.com/fhs/pub/fhs-

Re: [arch-projects] [PATCH 4/4] fhs: disallow installing in /srv

2012-02-26 Thread Alexander Rødseth
Where should WordPress put the files if not in /srv/http? In /usr/lib/wordpress, with a script that copies the relevant files into /srv/http? -- Cordially,  Alexander Rødseth  Arch Linux Trusted User  (xyproto on IRC, trontonic on AUR)

Re: [arch-projects] [PATCH 4/4] fhs: disallow installing in /srv

2012-02-26 Thread Ionut Biru
On 02/26/2012 05:11 PM, Alexander Rødseth wrote: > Where should WordPress put the files if not in /srv/http? In > /usr/lib/wordpress, with a script that copies the relevant files into > /srv/http? > /usr/share/webapps if i recall, phpmyadmin is packaged correctly. -- Ionuț signature.asc Des

Re: [arch-projects] [PATCH 4/4] fhs: disallow installing in /srv

2012-02-26 Thread Tom Gundersen
On Sun, Feb 26, 2012 at 3:46 PM, Seblu wrote: > On Sun, Feb 26, 2012 at 2:56 PM, Tom Gundersen wrote: >> /srv is admin territory, similar to /home. No package should >> put stuff there. > Are you sure of this? > Currently many "http" packages use /srv/http to put static files. e.g > backuppc, fly

Re: [arch-projects] [PATCH 4/4] fhs: disallow installing in /srv

2012-02-26 Thread Pierre Schmitz
Am 26.02.2012 16:18, schrieb Ionut Biru: > On 02/26/2012 05:11 PM, Alexander Rødseth wrote: >> Where should WordPress put the files if not in /srv/http? In >> /usr/lib/wordpress, with a script that copies the relevant files into >> /srv/http? >> > > /usr/share/webapps > > if i recall, phpmyadmin

Re: [arch-projects] [PATCH 4/4] fhs: disallow installing in /srv

2012-02-27 Thread Alexander Rødseth
If all packages should install into /usr/share instead of /srv, how about a TODO? I can create it if there is consensus that it's a good idea. - Alexander

Re: [arch-projects] [PATCH 4/4] fhs: disallow installing in /srv

2012-02-28 Thread Seblu
On Mon, Feb 27, 2012 at 6:48 PM, Alexander Rødseth wrote: > If all packages should install into /usr/share instead of /srv, how > about a TODO? > I can create it if there is consensus that it's a good idea. This should be great ! I see this old wiki page: https://wiki.archlinux.org/index.php/Web_

Re: [arch-projects] [PATCH 4/4] fhs: disallow installing in /srv

2012-02-28 Thread Seblu
On Sun, Feb 26, 2012 at 4:20 PM, Tom Gundersen wrote: > On Sun, Feb 26, 2012 at 3:46 PM, Seblu wrote: >> On Sun, Feb 26, 2012 at 2:56 PM, Tom Gundersen wrote: >>> /srv is admin territory, similar to /home. No package should >>> put stuff there. >> Are you sure of this? >> Currently many "http" p

Re: [arch-projects] [PATCH 4/4] fhs: disallow installing in /srv

2012-02-28 Thread Jelle van der Waa
On Tue, Feb 28, 2012 at 3:34 PM, Seblu wrote: > On Sun, Feb 26, 2012 at 4:20 PM, Tom Gundersen wrote: > > On Sun, Feb 26, 2012 at 3:46 PM, Seblu wrote: > >> On Sun, Feb 26, 2012 at 2:56 PM, Tom Gundersen wrote: > >>> /srv is admin territory, similar to /home. No package should > >>> put stuff

Re: [arch-projects] [PATCH 4/4] fhs: disallow installing in /srv

2012-02-28 Thread Seblu
On Tue, Feb 28, 2012 at 3:51 PM, Jelle van der Waa wrote: > On Tue, Feb 28, 2012 at 3:34 PM, Seblu wrote: >> >> On Sun, Feb 26, 2012 at 4:20 PM, Tom Gundersen wrote: >> > On Sun, Feb 26, 2012 at 3:46 PM, Seblu wrote: >> >> On Sun, Feb 26, 2012 at 2:56 PM, Tom Gundersen wrote: >> >>> /srv is ad

Re: [arch-projects] [PATCH 4/4] fhs: disallow installing in /srv

2012-02-28 Thread Seblu
On Tue, Feb 28, 2012 at 5:59 PM, Seblu wrote: > On Tue, Feb 28, 2012 at 3:51 PM, Jelle van der Waa wrote: >> On Tue, Feb 28, 2012 at 3:34 PM, Seblu wrote: >>> >>> On Sun, Feb 26, 2012 at 4:20 PM, Tom Gundersen wrote: >>> > On Sun, Feb 26, 2012 at 3:46 PM, Seblu wrote: >>> >> On Sun, Feb 26, 20

Re: [arch-projects] [PATCH 4/4] fhs: disallow installing in /srv

2012-02-28 Thread C Anthony Risinger
On Tue, Feb 28, 2012 at 11:08 AM, Seblu wrote: > On Tue, Feb 28, 2012 at 5:59 PM, Seblu wrote: >> >> what's about adding /etc/webapps and /usr/share/webapps in php.ini ? >> We already add /srv/http. > > Looking inside repositories for examples, phpmyadmin look like an > exception. We lack of clea