OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHROOT
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/ibm-public/postfix/dist/examples/chroot-setup/
Solaris2
6
# Create
chroot
'd area under Solaris 2.5.1 for postfix.
14
CHROOT
=$1
16
# If
CHROOT
does not exist but parent does, create
CHROOT
17
if [ ! -d ${
CHROOT
} ]; then
19
mkdir ${
CHROOT
}
21
if [ ! -d ${
CHROOT
} -o "${
CHROOT
}" = "/" -o "${
CHROOT
}" = "/usr" ]; then
22
echo "$0: bad
chroot
directory ${CHROOT}
[
all
...]
/src/sbin/init/
init.c
205
#ifdef
CHROOT
210
#endif /*
CHROOT
*/
326
#if !defined(LETS_GET_SMALL) && defined(
CHROOT
)
329
#endif /* !LETS_GET_SMALL &&
CHROOT
*/
663
#if !defined(LETS_GET_SMALL) && defined(
CHROOT
)
666
#endif /* !LETS_GET_SMALL &&
CHROOT
*/
852
#ifdef
CHROOT
854
if (
chroot
(rootdir) != 0) {
855
warning("failed to
chroot
to `%s': %m",
859
#endif /*
CHROOT
*/
[
all
...]
/src/crypto/dist/ipsec-tools/src/racoon/
cfparse.y
295
%token PRIVSEP USER GROUP
CHROOT
436
|
CHROOT
QUOTEDSTRING
Completed in 19 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026