View Single Post
Posts: 45 | Thanked: 17 times | Joined on Mar 2010
#35
Originally Posted by boxhead View Post
What does 'export' do? Also, is it working with upstart now?
No, not yet. I'll let you know when it does

If so, could you attach your file to the post so I can test it and update the zip. Thx.
Don't take this the wrong way, but why are you using .zip files? The better way to do it would be with tar:

tar cvjf thief-be-found.tar.gz /etc/event.d/banana /usr/sbin/sms*

Which would package them all up in a friendly manner so a user can unpack with this:

tar xvjf thief-be-found.tar.gz -C /

No need for changing directories or chmod.

@digitalvoid:
Yeah, well I drive a ferrari and shag a supermodel, fancy sharing your code or what?