Yes, apologies.
The simple quick fix is to add on line 328 of `which vsd-vsbatch.pl` the
following line:
chown $uid_admin, $gid_admin, "/usr/local";
I've just put the fix into CVS if anyone would prefer to obtain the
'official' copy.
Damion.
"Gary Reid (cars-sold)" wrote:
>
> Hi
>
> we are testing a straight rpm install using the pre-built skel and the VS
> admins are finding they cannot compile any software, majordomo etc because
> none of the USR directories have the correct permissions - basically admin
> can write to home, root and tmp.
>
> Below is the root folder showing the ownership of directories - is this as
> per a standard pre-built skel or have we messed up somewhere?
>
> [admin@www /]$ ls -al
> total 64
> drwxr-xr-x 14 root root 4096 May 29 15:55 .
> drwxr-xr-x 14 root root 4096 May 29 15:55 ..
> drwxr-xr-x 2 root root 4096 Mar 5 11:23 bin
> drwxr-xr-x 2 root root 4096 May 30 08:03 c
> drwxr-xr-x 3 root root 12288 May 26 11:57 dev
> drwxr-xr-x 11 root root 4096 May 29 17:20 etc
> drwxr-xr-x 6 admin admin 4096 May 27 14:15 home
> drwxr-xr-x 3 root root 4096 Mar 5 11:23 lib
> dr-xr-xr-x 73 root root 0 May 29 17:20 proc
> drwxr-xr-x 3 admin admin 4096 Jun 1 05:19 root
> drwxr-xr-x 2 root root 4096 Mar 5 11:23 sbin
> drwxrwxrwt 2 admin admin 4096 Jun 1 05:23 tmp
> drwxr-xr-x 20 root root 4096 May 26 11:45 usr
> drwxr-xr-x 11 root root 4096 May 26 11:57 var
>
> thanks
>
> Gary