j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Blue swirl wrote:
- Permissions in the config/scripts directory do not have execute "x" bit
set. I needed to do a
chmod 755 config/scripts/*
They have x bit set in the distribution, maybe there was some error in unpacking sources?
I am doing a very standard
wget http://www.openbios.org/viewcvs/openbios-devel.tar.gz?root=OpenBIOS&view...
which is the latest snapshot file from development page
then
gunzip -c openbios-devel.tar.gz | tar xvf -
Again, something that works out-of-the-box for 99.9% of all open source projects.
I did it again just now, and still, there is no "x" bit set on these files.
Here is what I can see in the tar file
# gunzip -c openbios-devel.tar.gz | tar tvf - | grep scripts drwxr-xr-x 0/0 0 May 7 04:49 2006 openbios-devel/config/scripts/ -rw-r--r-- 0/0 365 May 7 04:48 2006 openbios-devel/config/scripts/archname -rw-r--r-- 0/0 245 Apr 27 01:08 2006 openbios-devel/config/scripts/reldir -rw-r--r-- 0/0 267 May 7 04:49 2006 openbios-devel/config/scripts/switch-arch #
No "x" bits getting into the snapshot at all.
Regards
Jason
wget http://www.openbios.org/viewcvs/openbios-devel.tar.gz?root=OpenBIOS&view...
You're right, with this method I don't see the x bits either. I'm using svn, and then the bits are there.
_________________________________________________________________ Don't just search. Find. Check out the new MSN Search! http://search.msn.com/
* Armistead, Jason Jason.Armistead@otis.com [060609 23:40]:
I am doing a very standard
wget http://www.openbios.org/viewcvs/openbios-devel.tar.gz?root=OpenBIOS&view...
which is the latest snapshot file from development page
I did it again just now, and still, there is no "x" bit set on these files.
Interesting - You found a bug in ViewCVS/ViewVC. I'll update to a later version asap, though last time I tried it did not like the installed python anymore :(
Stefan