Home
last modified time | relevance | path

Searched refs:path_etc (Results 1 – 1 of 1) sorted by relevance

/support/
A Dsupport_chroot.c51 char *path_etc = xasprintf ("%s/etc", chroot->path_chroot); in support_chroot_create() local
52 xmkdir (path_etc, 0777); in support_chroot_create()
53 add_temp_file (path_etc); in support_chroot_create()
55 write_file (path_etc, "resolv.conf", conf.resolv_conf, in support_chroot_create()
57 write_file (path_etc, "hosts", conf.hosts, &chroot->path_hosts); in support_chroot_create()
58 write_file (path_etc, "host.conf", conf.host_conf, &chroot->path_host_conf); in support_chroot_create()
59 write_file (path_etc, "aliases", conf.aliases, &chroot->path_aliases); in support_chroot_create()
61 free (path_etc); in support_chroot_create()

Completed in 4 milliseconds