cvs acl.pl not executable
Elan Ruusamäe
glen at pld-linux.org
Thu Dec 5 23:39:41 CET 2019
On 04.12.2019 21:50, Jakub Bogusz wrote:
> Is it intentional?
>
> $ cvs ci ... uid_gid.db.txt
> cvs commit: cannot exec /cvsroot/CVSROOT/acl.pl: Permission denied
> cvs commit: Pre-commit check failed
> cvs [commit aborted]: correct above errors first!
>
>
unknown. fixed
```
root at 1822-cvs /cvsroot/CVSROOT# ls -l --full /cvsroot/CVSROOT/acl.pl
-r--r--r-- 1 cvs cvs 1086 2019-11-20 15:12:27.051548021 +0200
/cvsroot/CVSROOT/acl.pl
00:37:51 [load: 0.54 13.50% nproc: 4]
root at 1822-cvs /cvsroot/CVSROOT# chmod a+rx /cvsroot/CVSROOT/acl.pl
00:37:56 [load: 0.50 12.50% nproc: 4]
root at 1822-cvs /cvsroot/CVSROOT# ls -l --full /cvsroot/CVSROOT/acl.pl
-r-xr-xr-x 1 cvs cvs 1086 2019-11-20 15:12:27.051548021 +0200
/cvsroot/CVSROOT/acl.pl*
```
might caused by cvs update itself, as the script is present in
`checkoutlist`:
```
root at 1822-cvs /cvsroot/CVSROOT# grep -n acl.pl checkoutlist
26:acl.pl
```
More information about the pld-devel-en
mailing list