Searched refs:conf (Results 1 – 25 of 26) sorted by relevance
12
/busybox-1.35.0/testsuite/ |
D | mdev.tests | 52 echo ".* 1:1 666" >mdev.testdir/etc/mdev.conf 53 echo "sda 2:2 444" >>mdev.testdir/etc/mdev.conf 66 echo "-.* 1:1 666" >mdev.testdir/etc/mdev.conf 67 echo "sda 2:2 444" >>mdev.testdir/etc/mdev.conf 80 echo "\$MODALIAS=qw 1:1 666" >mdev.testdir/etc/mdev.conf 81 echo "\$MODALIAS=qw. 2:2 444" >>mdev.testdir/etc/mdev.conf 82 echo "\$MODALIAS=qw. 3:3 400" >>mdev.testdir/etc/mdev.conf 95 echo "sda 0:0 444 >disk/scsiA" >mdev.testdir/etc/mdev.conf 113 echo "sda 0:0 444 >disk/" >mdev.testdir/etc/mdev.conf 131 echo "sda 0:0 444 =disk/sd/a" >mdev.testdir/etc/mdev.conf [all …]
|
D | parse.tests | 115 cp ../examples/udhcp/udhcpd.conf $FILE
|
/busybox-1.35.0/examples/var_service/dhcpd_if/ |
D | run | 14 sed 's/^interface.*$/interface '"$if/" -i udhcpd.conf 21 udhcpd -f -vv udhcpd.conf
|
/busybox-1.35.0/scripts/kconfig/ |
D | Makefile | 17 config: $(obj)/conf 35 oldconfig: $(obj)/conf 39 silentoldconfig: $(obj)/conf 64 randconfig: $(obj)/conf 68 allyesconfig: $(obj)/conf 72 allnoconfig: $(obj)/conf 76 allmodconfig: $(obj)/conf 80 defconfig: $(obj)/conf 89 %_defconfig: $(obj)/conf 117 hostprogs-y := conf mconf qconf gconf kxgettext [all …]
|
D | POTFILES.in | 2 scripts/kconfig/conf.c
|
D | conf.c | 19 static void conf(struct menu *menu); 437 conf(child->list); in conf_choice() 444 static void conf(struct menu *menu) in conf() function 501 conf(child); in conf() 521 conf(rootEntry); in check_conf() 633 conf(&rootmenu); in main() 645 conf(&rootmenu); in main()
|
D | mconf.c | 280 static void conf(struct menu *menu); 731 static void conf(struct menu *menu) in conf() function 793 conf(submenu); in conf() 799 conf(submenu); in conf() 838 conf(submenu); in conf() 1086 conf(&rootmenu); in main()
|
/busybox-1.35.0/scripts/ |
D | checkhelp.awk | 15 conf[pos] = $2; 37 printf("%s: No helptext for '%s'\n", file[i], conf[i]);
|
/busybox-1.35.0/examples/var_service/dnsmasq/ |
D | run | 12 dnsmasq -C dnsmasq.conf
|
D | dnsmasq.conf | 18 servers-file=/etc/dnsmasq_servers.conf
|
D | README | 8 /etc/resolv.conf says:
|
/busybox-1.35.0/docs/ |
D | syslog.conf.txt | 1 If syslogd applet compiled with FEATURE_SYSLOGD_CFG=y, then it supports restricted syslog.conf. 2 The config resembles rsyslog.conf in RULES part: 20 #syslog.conf
|
D | busybox_footer.pod | 6 using an /etc/nsswitch.conf configuration file, and using one or more of the 18 /etc/nsswitch.conf, /lib/libnss_dns*, /lib/libnss_files*, and /lib/libresolv*).
|
D | mdev.txt | 46 MDEV Config (/etc/mdev.conf)
|
/busybox-1.35.0/examples/var_service/fw/etc/ |
D | hosts | 13 domain=`(. /boot.conf; echo "$DNSDOMAINNAME")`
|
D | resolv.conf | 3 domain=`(. /boot.conf; echo "$DNSDOMAINNAME") 2>/dev/null`
|
/busybox-1.35.0/loginutils/ |
D | Config.src | 22 (glibc), you will then need to install the /etc/nsswitch.conf 35 If you need to use glibc's nsswitch.conf mechanism 48 (glibc), you will then need to install the /etc/nsswitch.conf
|
/busybox-1.35.0/scripts/basic/ |
D | fixdep.c | 250 goto conf; in parse_config_file() 259 conf: in parse_config_file()
|
/busybox-1.35.0/examples/var_service/fw/ |
D | run | 78 for ipconf in conf/*.ipconf "$rundir"/*.ipconf; do
|
/busybox-1.35.0/examples/ |
D | mdev_fat.conf | 150 ACTION=change;SUBSYSTEM=block;DISK_MEDIA_CHANGE=1;.* 0:0 660 */etc/mdev.conf.change_blockdev.sh
|
/busybox-1.35.0/ |
D | Config.in | 235 bool "Enable SUID configuration via /etc/busybox.conf" 240 by checking /etc/busybox.conf. (This is sort of a poor man's sudo.) 270 (chown 0.0 /etc/busybox.conf; chmod 600 /etc/busybox.conf) 279 bool "Suppress warning message if /etc/busybox.conf is not readable" 283 /etc/busybox.conf should be readable by the user needing the SUID,
|
/busybox-1.35.0/examples/var_service/ |
D | README | 149 Uses conf/*.ipconf (static config) and /var/run/service/fw/*.ipconf 238 -c /var/service/supplicant_wlan0/wpa_supplicant.conf -d
|
D | README_distro_proposal.txt | 63 [ -r conf ] && . ./conf
|
/busybox-1.35.0/examples/bootfloppy/ |
D | bootfloppy.txt | 107 (if the system doesn't know what device 'a:' is, look at /etc/mtools.conf)
|
/busybox-1.35.0/modutils/ |
D | Config.src | 18 and does not use /etc/modules.conf file.
|
12