Chris Lale wrote: Hello Joseph.
> Joseph Rawson wrote: [...] >> Right below the where you have the "lamp" initscript, you can probably put >> another script instead of the instructions, to be run in the >> chroot_local-hooks. I haven't tested this, but it should work >> >> -------------------------------------- >> #!/bin/sh >> chown root:root /etc/init.d/lamp >> chmod 755 /etc/init.d/lamp >> update-rc.d defaults 90 >> -------------------------------------- >> That should do what the instructions below the lamp file are saying. [...] It works! I have modified the wiki with this: #!/bin/sh chown root:root /etc/init.d/lamp chmod 755 /etc/init.d/lamp update-rc-d lamp defaults 90 10 Great idea. Thanks -- Chris. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
