This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On 2016-04-08 14:46, Achim Gratz wrote:
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.

Yes, my mind was somewhere else. Sorry. I hereby confirm YOUR modification.

Regards,
Henri

--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]