Revision 22692,
278 bytes
checked in by ghudson, 17 years ago
(diff) |
Document build server scripts.
* debathena/scripts/build-server/policy-rc.d,
debathena/scripts/build-server/make-chroot: Comment.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # This script gets installed in /usr/sbin/policy-rc.d inside template |
---|
3 | # chroots. By exiting 101 ("action not allowed") we suppress any init |
---|
4 | # script from starting any daemon from within the chroot. This is |
---|
5 | # standard practice in Debian chroot environments. |
---|
6 | exit 101 |
---|
Note: See
TracBrowser
for help on using the repository browser.