Searched refs:etc (Results 1 - 25 of 81) sorted by relevance
1234
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
H A D | syslog-lib.sh | 69 CONFIG_FILE="/etc/syslog.conf" 71 CONFIG_FILE="/etc/syslog-ng/syslog-ng.conf" 73 CONFIG_FILE="/etc/rsyslog.conf" 78 if grep -qri '^[^#]*modload.*imjournal' /etc/rsyslog.conf /etc/rsyslog.d/; then 79 RSYSLOG_CONFIG=$(grep -Ehoi "^[^#].*(imjournal|workdirectory).*" -r /etc/rsyslog.conf /etc/rsyslog.d/; 82 elif grep -qri '^[^#]*module.*load="imjournal"' /etc/rsyslog.conf /etc/rsyslog.d/; then 83 RSYSLOG_CONFIG=$(grep -Ehoi "^[^#].*workdirectory.*" -r /etc/rsyslo [all...] |
H A D | syslog04 | 41 /etc/syslog.conf|/etc/rsyslog.conf) 46 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog06 | 46 /etc/syslog.conf|/etc/rsyslog.conf) 51 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog05 | 46 /etc/syslog.conf|/etc/rsyslog.conf) 51 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog03 | 41 /etc/syslog.conf|/etc/rsyslog.conf) 46 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog01 | 46 /etc/syslog.conf|/etc/rsyslog.conf) 52 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog07 | 46 if [ $CONFIG_FILE = /etc/syslog.conf ]; then 57 /etc/syslog.conf|/etc/rsyslog.conf) 62 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog02 | 48 /etc/syslog.conf) 53 /etc/rsyslog.conf) 59 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog10 | 44 /etc/syslog.conf|/etc/rsyslog.conf) 49 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog09 | 43 /etc/syslog.conf|/etc/rsyslog.conf) 48 /etc/syslog-ng/syslog-ng.conf)
|
H A D | syslog08 | 53 /etc/syslog.conf|/etc/rsyslog.conf) 59 /etc/syslog-ng/syslog-ng.conf)
|
/third_party/ltp/testcases/lib/ |
H A D | daemonlib.sh | 54 /etc/init.d/$1 start > /dev/null 2>&1 65 /etc/init.d/$1 stop > /dev/null 2>&1 76 /etc/init.d/$1 status > /dev/null 2>&1 87 /etc/init.d/$1 restart > /dev/null 2>&1
|
/third_party/python/Lib/ |
H A D | pkgutil.py | 223 file, filename, etc = imp.find_module(subname, path) 226 return ImpLoader(fullname, file, filename, etc) 274 def __init__(self, fullname, file, filename, etc): 282 self.etc = etc 287 mod = imp.load_module(fullname, self.file, self.filename, self.etc) 301 mod_type = self.etc[2] 317 return self.etc[2]==imp.PKG_DIRECTORY 322 mod_type = self.etc[2] 339 mod_type = self.etc[ [all...] |
/third_party/nghttp2/contrib/ |
H A D | nghttpx-init.in | 23 DAEMON_ARGS="--conf /etc/nghttpx/nghttpx.conf --pid-file=$PIDFILE --daemon" 24 SCRIPTNAME=/etc/init.d/$NAME 30 [ -r /etc/default/$NAME ] && . /etc/default/$NAME
|
/third_party/ltp/testcases/network/xinetd/ |
H A D | xinetd_tests.sh | 57 ROD mv /etc/xinetd.conf xinetd.conf.orig 63 mv xinetd.conf.orig /etc/xinetd.conf 89 ROD mv tst_xinetd.conf.$cnt /etc/xinetd.conf
|
/third_party/ltp/testcases/network/dhcp/ |
H A D | dhcpd_tests.sh | 24 if [ -f /etc/dhcpd.conf ]; then 25 DHCPD_CONF="/etc/dhcpd.conf" 26 elif [ -f /etc/dhcp/dhcpd.conf ]; then 27 DHCPD_CONF="/etc/dhcp/dhcpd.conf"
|
/third_party/ltp/testcases/kernel/mce-test/kvm/host/ |
H A D | host_run.sh | 212 i=`grep id:.*:initdefault $mnt/etc/inittab |cut -d':' -f2` 213 rm -f $mnt/etc/rc${i}.d/S99kvm_ras 228 kvm_ras=/etc/init.d/kvm_ras 232 ln -s $kvm_ras $mnt/etc/rc${i}.d/S99kvm_ras
|
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/ |
H A D | driver.sh | 46 if [ -f /etc/init.d/crond ]; then 67 if [ -f /etc/init.d/kdump ]; then 74 /etc/init.d/"${daemon}" restart
|
/third_party/ltp/ |
H A D | ver_linux | 39 echo "`ls /etc/*release 2> /dev/null`" 40 cat /etc/*release 2> /dev/null 46 echo '/etc/issue:' 47 cat /etc/issue 2> /dev/null
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | p2p-action-udhcp.sh | 28 udhcpd /etc/udhcpd-p2p.conf 34 -s /etc/udhcpc.script
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | p2p-action-udhcp.sh | 28 udhcpd /etc/udhcpd-p2p.conf 34 -s /etc/udhcpc.script
|
/third_party/ltp/testcases/kdump/ |
H A D | runkdump.sh | 24 if [ -f /etc/init.d/crond ]; then 44 /etc/init.d/kdump restart
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/ |
H A D | p2p_group_add.py | 35 def WpsFailure(status, etc): 37 print(etc)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/ |
H A D | p2p_group_add.py | 35 def WpsFailure(status, etc): 37 print(etc)
|
/third_party/musl/scripts/ |
H A D | runtest_Windows.bat | 83 hdc shell chmod 777 /etc
84 hdc shell cp /etc/ld-musl-namespace-%ARCH%.ini /etc/ld-musl-namespace-%ARCH%.ini.bak
86 /etc/ld-musl-namespace-%ARCH%.ini
|
Completed in 7 milliseconds
1234