Searched refs:conf (Results 151 - 175 of 1341) sorted by relevance

1234567891011>>

/freebsd-10.0-release/tools/tools/net80211/scripts/
H A Dsetup.wpa1.tkip13 CONF=$TMPDIR/bsd-$WLAN.conf
17 conf=$1
18 rm -f $conf
H A Dsetup.wpa213 CONF=$TMPDIR/bsd-$WLAN.conf
17 conf=$1
18 rm -f $conf
H A Dsetup.wpa2.tkip13 CONF=$TMPDIR/bsd-$WLAN.conf
17 conf=$1
18 rm -f $conf
H A Dsetup.mixed12 CONF=$TMPDIR/bsd-$WPA_WLAN.conf
18 conf=$1
19 rm -f $conf
20 cat >$conf <<EOF
/freebsd-10.0-release/release/picobsd/floppy.tree/sbin/
H A Ddhclient-script195 # XXX Old code did not create/update resolv.conf unless both
198 # thus broke the script. This code creates the resolv.conf if either
201 local tmpres=/var/run/resolv.conf.${interface}
215 if [ -f /etc/resolv.conf.tail ]; then
216 cat /etc/resolv.conf.tail >>$tmpres
219 # When resolv.conf is not changed actually, we don't
223 # ignore an error and do update resolv.conf.
224 if cmp -s $tmpres /etc/resolv.conf; then
229 # In case (e.g. during OpenBSD installs) /etc/resolv.conf
233 if [ -f /etc/resolv.conf ]; the
[all...]
/freebsd-10.0-release/sbin/dhclient/
H A Ddhclient-script195 # XXX Old code did not create/update resolv.conf unless both
198 # thus broke the script. This code creates the resolv.conf if either
201 local tmpres=/var/run/resolv.conf.${interface}
217 if [ -f /etc/resolv.conf.tail ]; then
218 cat /etc/resolv.conf.tail >>$tmpres
224 # When resolv.conf is not changed actually, we don't
228 # ignore an error and do update resolv.conf.
229 if cmp -s $tmpres /etc/resolv.conf; then
235 # /etc/resolv.conf is a symbolic link, take
239 if [ -f /etc/resolv.conf ]; the
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_akeya.c61 #include <openssl/conf.h>
/freebsd-10.0-release/etc/periodic/security/
H A D800.loginfail35 if [ -r /etc/defaults/periodic.conf ]
37 . /etc/defaults/periodic.conf
H A D900.tcpwrap35 if [ -r /etc/defaults/periodic.conf ]
37 . /etc/defaults/periodic.conf
/freebsd-10.0-release/etc/
H A Drc.bsdextended36 if [ -r /etc/defaults/rc.conf ]; then
37 . /etc/defaults/rc.conf
39 elif [ -r /etc/rc.conf ]; then
40 . /etc/rc.conf
/freebsd-10.0-release/etc/rc.d/
H A Dnsswitch68 echo "# Auto-generated from nsswitch.conf" > $host_conf
91 # Generate host.conf for compatibility
93 if [ ! -f "/etc/host.conf" -o \
94 "/etc/host.conf" -ot "/etc/nsswitch.conf" ]
96 echo 'Generating host.conf.'
97 generate_host_conf /etc/nsswitch.conf /etc/host.conf
H A Damd35 if [ ! -r /etc/amd.conf ]; then
H A Ddevd22 if get_pidfile_from_conf pid-file /etc/devd.conf; then
/freebsd-10.0-release/libexec/save-entropy/
H A Dsave-entropy.sh38 if [ -r /etc/defaults/rc.conf ]; then
39 . /etc/defaults/rc.conf
41 elif [ -r /etc/rc.conf ]; then
42 . /etc/rc.conf 2>/dev/null
/freebsd-10.0-release/sys/netgraph/
H A Dng_patch.c161 static void do_patch(priv_p conf, struct mbuf *m);
195 struct ng_patch_config *conf, *newconf; local
224 conf = (struct ng_patch_config *)msg->data;
226 NG_PATCH_CONF_SIZE(conf->count)) {
231 for(i = 0; i < conf->count; i++) {
232 switch(conf->ops[i].length) {
246 conf->csum_flags &= CSUM_IP | CSUM_TCP | CSUM_UDP |
251 NG_PATCH_CONF_SIZE(conf->count),
253 newval = malloc(conf->count *
256 for(i = 0; i < conf
319 struct ng_patch_config *conf; local
[all...]
/freebsd-10.0-release/tools/regression/geom_nop/
H A Dtest-1.t4 . `dirname $0`/conf.sh
/freebsd-10.0-release/tools/tools/nanobsd/Files/root/
H A Dupdatep137 . /etc/nanobsd.conf
/freebsd-10.0-release/tools/tools/nanobsd/gateworks/Files/root/
H A Dupdatep137 . /etc/nanobsd.conf
/freebsd-10.0-release/tools/tools/nanobsd/pcengines/Files/root/
H A Dupdatep137 . /etc/nanobsd.conf
/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dstrerror.c26 #include <sm/conf.h>
/freebsd-10.0-release/etc/periodic/daily/
H A D110.clean-tmps11 if [ -r /etc/defaults/periodic.conf ]
13 . /etc/defaults/periodic.conf
H A D210.backup-aliases8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D220.backup-pkgdb8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D490.status-pkg-changes8 if [ -r /etc/defaults/periodic.conf ]; then
9 . /etc/defaults/periodic.conf
/freebsd-10.0-release/etc/periodic/monthly/
H A D200.accounting8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf

Completed in 120 milliseconds

1234567891011>>