/bin/rebaselst: cannot create /var/cache/rebase/rebase_lst: Permission denied

Achim Gratz Stromeko@NexGo.DE
Fri Apr 8 12:46:00 GMT 2016


Houder <houder <at> xs4all.nl> writes:
> To verify, I removed my modification again ...
> 
> --- a/drv/e/Setup/test/bin/rebaselst.orig
> +++ b/drv/e/Setup/test/bin/rebaselst
>  <at>  <at>  -93,9 +93,14  <at>  <at>  check_file () {
>       echo "removing $1"
>       rm -f $1
>     fi
> +#  if [ "$2" = "no" -a  -e $1 ] ; then
> +#    echo "chmod 644 $1"
> +#    chmod 644 "$1"
> +#  fi
>     if [ ! -e "$1" ] ; then
>       echo "creating empty $1"
>       touch -t 7001010000  "$1"
> +    chmod 644 "$1"
>     fi
>   }

For the final confirmation, please do the modification I asked you to do and
not something else.  The chmod was _after_ the fi in my patch.  I sent a
patch so that you wouldn't need to type things in manually on purpose.


Regards,
Achim.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list