Home
last modified time | relevance | path

Searched refs:etc (Results 1 - 25 of 81) sorted by relevance

1234

/third_party/ltp/testcases/kernel/syscalls/syslog/
H A Dsyslog-lib.sh69 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 Dsyslog0441 /etc/syslog.conf|/etc/rsyslog.conf)
46 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog0646 /etc/syslog.conf|/etc/rsyslog.conf)
51 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog0546 /etc/syslog.conf|/etc/rsyslog.conf)
51 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog0341 /etc/syslog.conf|/etc/rsyslog.conf)
46 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog0146 /etc/syslog.conf|/etc/rsyslog.conf)
52 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog0746 if [ $CONFIG_FILE = /etc/syslog.conf ]; then
57 /etc/syslog.conf|/etc/rsyslog.conf)
62 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog0248 /etc/syslog.conf)
53 /etc/rsyslog.conf)
59 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog1044 /etc/syslog.conf|/etc/rsyslog.conf)
49 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog0943 /etc/syslog.conf|/etc/rsyslog.conf)
48 /etc/syslog-ng/syslog-ng.conf)
H A Dsyslog0853 /etc/syslog.conf|/etc/rsyslog.conf)
59 /etc/syslog-ng/syslog-ng.conf)
/third_party/ltp/testcases/lib/
H A Ddaemonlib.sh54 /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 Dpkgutil.py223 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 Dnghttpx-init.in23 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 Dxinetd_tests.sh57 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 Ddhcpd_tests.sh24 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 Dhost_run.sh212 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 Ddriver.sh46 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 Dver_linux39 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 Dp2p-action-udhcp.sh28 udhcpd /etc/udhcpd-p2p.conf
34 -s /etc/udhcpc.script
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh28 udhcpd /etc/udhcpd-p2p.conf
34 -s /etc/udhcpc.script
/third_party/ltp/testcases/kdump/
H A Drunkdump.sh24 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 Dp2p_group_add.py35 def WpsFailure(status, etc):
37 print(etc)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/
H A Dp2p_group_add.py35 def WpsFailure(status, etc):
37 print(etc)
/third_party/musl/scripts/
H A Druntest_Windows.bat83 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 8 milliseconds

1234