Searched refs:SYSCONFDIR (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dpathnames.h53 #define _PATH_FTPUSERS SYSCONFDIR "/ftpusers"
56 #define _PATH_FTPCHROOT SYSCONFDIR "/ftpchroot"
57 #define _PATH_FTPWELCOME SYSCONFDIR "/ftpwelcome"
58 #define _PATH_FTPLOGINMESG SYSCONFDIR "/motd"
61 #define _PATH_ISSUE SYSCONFDIR "/issue"
63 #define _PATH_ISSUE_NET SYSCONFDIR "/issue.net"
/freebsd-12-stable/crypto/heimdal/appl/login/
H A Dloginpaths.h44 #define _PATH_ETC_ENVIRONMENT SYSCONFDIR "/environment"
H A Dlogin_locl.h135 #define _PATH_LOGACCESS SYSCONFDIR "/login.access"
139 #define _PATH_LOGIN_CONF SYSCONFDIR "/login.conf"
/freebsd-12-stable/crypto/heimdal/appl/su/
H A Dsupaths.h48 #define _PATH_ETC_ENVIRONMENT SYSCONFDIR "/environment"
/freebsd-12-stable/contrib/openresolv/
H A Dlibc.in29 SYSCONFDIR=@SYSCONFDIR@
77 if [ -f "$SYSCONFDIR"/resolvconf.conf ]; then
78 . "$SYSCONFDIR"/resolvconf.conf
79 elif [ -d "$SYSCONFDIR"/resolvconf ]; then
80 SYSCONFDIR="$SYSCONFDIR/resolvconf"
81 base="$SYSCONFDIR/resolv.conf.d/base"
89 if [ -f "$SYSCONFDIR"/resolv.conf.d/head ]; then
90 resolv_conf_head="$(cat "${SYSCONFDIR}"/resol
[all...]
H A Dconfigure23 --sysconfdir) SYSCONFDIR=$var;;
134 : ${SYSCONFDIR:=$PREFIX/etc}
141 eval SYSCONFDIR="$SYSCONFDIR"
147 for x in SYSCONFDIR SBINDIR LIBEXECDIR VARDIR MANDIR RESTARTCMD RCDIR STATUSARG
158 echo " SYSCONFDIR = $SYSCONFDIR"
H A DMakefile9 SYSCONFDIR?= /etc macro
30 SED_SYSCONFDIR= -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g'
69 ${INSTALL} -d ${DESTDIR}${SYSCONFDIR}
70 test -e ${DESTDIR}${SYSCONFDIR}/resolvconf.conf || \
71 ${INSTALL} -m ${DOCMODE} resolvconf.conf ${DESTDIR}${SYSCONFDIR}
H A Dresolvconf.in29 SYSCONFDIR=@SYSCONFDIR@
53 if [ -f "$SYSCONFDIR"/resolvconf.conf ]; then
54 . "$SYSCONFDIR"/resolvconf.conf
56 elif [ -d "$SYSCONFDIR/resolvconf" ]; then
57 SYSCONFDIR="$SYSCONFDIR/resolvconf"
58 if [ -f "$SYSCONFDIR"/interface-order ]; then
59 interface_order="$(cat "$SYSCONFDIR"/interface-order)"
116 $SYSCONFDIR/resolvcon
[all...]
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dconstants.c46 SYSCONFDIR "/krb5.conf"
H A Dkrb5_locl.h202 #define KEYTAB_DEFAULT "FILE:" SYSCONFDIR "/krb5.keytab"
203 #define KEYTAB_DEFAULT_MODIFY "FILE:" SYSCONFDIR "/krb5.keytab"
206 #define MODULI_FILE SYSCONFDIR "/krb5.moduli"
/freebsd-12-stable/crypto/openssh/contrib/cygwin/
H A Dssh-host-config59 SYSCONFDIR=/etc
169 csih_inform "Updating ${SYSCONFDIR}/sshd_config file"
173 ${SYSCONFDIR}/sshd_config
177 csih_warning "Check your ${SYSCONFDIR}/sshd_config file!"
184 ${SYSCONFDIR}/sshd_config
188 csih_warning "Check your ${SYSCONFDIR}/sshd_config file!"
199 local _inetcnf="${SYSCONFDIR}/inetd.conf"
200 local _inetcnf_tmp="${SYSCONFDIR}/inetd.conf.$$"
201 local _inetcnf_dir="${SYSCONFDIR}/inetd.d"
236 csih_install_config "${_sshd_inetd_conf}" "${SYSCONFDIR}/default
[all...]
H A Dssh-user-config32 SYSCONFDIR=/etc
/freebsd-12-stable/sbin/resolvconf/
H A DMakefile16 SYSCONFDIR= /etc macro
17 RCDIR= ${SYSCONFDIR}/rc.d
29 sed -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g' \
/freebsd-12-stable/crypto/heimdal/kcm/
H A Dkcm_locl.h164 #define _PATH_KCM_CONF SYSCONFDIR "/kcm.conf"
/freebsd-12-stable/contrib/ldns/ldns/
H A Dconfig.h359 #define SYSCONFDIR sysconfdir macro
/freebsd-12-stable/kerberos5/include/
H A Dconfig.h1507 #define SYSCONFDIR "/etc" macro
/freebsd-12-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Drsaencpwd.c163 SYSCONFDIR "/.%s_privkey", lhostname);
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c799 f = fopen(SYSCONFDIR "/issue.net", "r");
801 f = fopen(SYSCONFDIR "/issue", "r");
/freebsd-12-stable/contrib/ldns/drill/
H A Dconfigure1321 [default=SYSCONFDIR/unbound/root.key]

Completed in 243 milliseconds