Searched refs:sysconfdir (Results 1 - 25 of 182) sorted by relevance

12345678

/freebsd-13-stable/sys/contrib/openzfs/etc/sudoers.d/
H A DMakefile.am1 sudoersddir = $(sysconfdir)/sudoers.d
/freebsd-13-stable/crypto/openssh/
H A Dopensshd.init.in12 sysconfdir=@sysconfdir@
17 PidFile=`grep "^PidFile" ${sysconfdir}/sshd_config | tr "=" " " | awk '{print $2}'`
20 HOST_KEY_DSA=$sysconfdir/ssh_host_dsa_key
21 HOST_KEY_RSA=$sysconfdir/ssh_host_rsa_key
22 @COMMENT_OUT_ECC@HOST_KEY_ECDSA=$sysconfdir/ssh_host_ecdsa_key
23 HOST_KEY_ED25519=$sysconfdir/ssh_host_ed25519_key
H A DMakefile.in15 sysconfdir=@sysconfdir@
32 PATHS= -DSSHDIR=\"$(sysconfdir)\" \
131 -e 's|/etc/ssh/ssh_config|$(sysconfdir)/ssh_config|g' \
132 -e 's|/etc/ssh/ssh_known_hosts|$(sysconfdir)/ssh_known_hosts|g' \
133 -e 's|/etc/ssh/sshd_config|$(sysconfdir)/sshd_config|g' \
135 -e 's|/etc/shosts.equiv|$(sysconfdir)/shosts.equiv|g' \
136 -e 's|/etc/ssh/ssh_host_key|$(sysconfdir)/ssh_host_key|g' \
137 -e 's|/etc/ssh/ssh_host_ecdsa_key|$(sysconfdir)/ssh_host_ecdsa_key|g' \
138 -e 's|/etc/ssh/ssh_host_dsa_key|$(sysconfdir)/ssh_host_dsa_ke
[all...]
H A Dbuildpkg.sh.in128 ## Fill in some details, like prefix and sysconfdir
129 for confvar in prefix exec_prefix bindir sbindir libexecdir datadir mandir sysconfdir piddir srcdir
221 $FAKE_ROOT${sysconfdir}/sshd_config
224 $FAKE_ROOT${sysconfdir}/sshd_config
227 $FAKE_ROOT${sysconfdir}/sshd_config
230 mv $FAKE_ROOT${sysconfdir}/ssh_config $FAKE_ROOT${sysconfdir}/ssh_config.default
231 mv $FAKE_ROOT${sysconfdir}/sshd_config $FAKE_ROOT${sysconfdir}/sshd_config.default
312 [ -f \${PKG_INSTALL_ROOT}${sysconfdir}/ssh_confi
[all...]
/freebsd-13-stable/contrib/tnftp/src/
H A DMakefile.am19 -D_DEFAULT_CONFDIR=\"${sysconfdir}\" \
H A DMakefile.in229 sysconfdir = @sysconfdir@
247 -D_DEFAULT_CONFDIR=\"${sysconfdir}\" -I$(srcdir) \
/freebsd-13-stable/sys/contrib/openzfs/contrib/bash_completion.d/
H A DMakefile.am4 bashcompletiondir = $(sysconfdir)/bash_completion.d
/freebsd-13-stable/sys/contrib/openzfs/etc/zfs/
H A DMakefile.am4 pkgsysconfdir = $(sysconfdir)/zfs
/freebsd-13-stable/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dmodule-setup.sh.in80 if [ -e @sysconfdir@/zfs/zpool.cache ]; then
81 inst @sysconfdir@/zfs/zpool.cache
82 type mark_hostonly >/dev/null 2>&1 && mark_hostonly @sysconfdir@/zfs/zpool.cache
85 if [ -e @sysconfdir@/zfs/vdev_id.conf ]; then
86 inst @sysconfdir@/zfs/vdev_id.conf
87 type mark_hostonly >/dev/null 2>&1 && mark_hostonly @sysconfdir@/zfs/vdev_id.conf
91 if [ -f @sysconfdir@/hostid ]; then
92 inst @sysconfdir@/hostid
93 type mark_hostonly >/dev/null 2>&1 && mark_hostonly @sysconfdir@/hostid
95 zgenhostid -o "${initdir}@sysconfdir
[all...]
/freebsd-13-stable/crypto/openssh/openbsd-compat/regress/
H A DMakefile.in0 sysconfdir=@sysconfdir@
/freebsd-13-stable/sys/contrib/openzfs/etc/init.d/
H A Dzfs-share.in29 . @sysconfdir@/zfs/zfs-functions
H A Dzfs-zed.in28 . @sysconfdir@/zfs/zfs-functions
H A Dzfs-mount.in30 . @sysconfdir@/zfs/zfs-functions
H A Dzfs-import.in33 . @sysconfdir@/zfs/zfs-functions
/freebsd-13-stable/crypto/openssh/contrib/aix/
H A Dbuildbff.sh72 # Fill in some details from Makefile, like prefix and sysconfdir
73 # the eval also expands variables like sysconfdir=${prefix}/etc
76 for confvar in prefix exec_prefix bindir sbindir libexecdir datadir mandir mansubdir sysconfdir piddir srcdir
143 $FAKE_ROOT/${sysconfdir}/sshd_config
148 $FAKE_ROOT/${sysconfdir}/sshd_config
155 mv $FAKE_ROOT/$sysconfdir/$cfgfile $FAKE_ROOT/$sysconfdir/$cfgfile.default
194 if [ ! -f $sysconfdir/\$cfgfile ]
197 cp $sysconfdir/\$cfgfile.default $sysconfdir/\
[all...]
/freebsd-13-stable/crypto/openssh/contrib/cygwin/
H A DMakefile11 sysconfdir=/etc macro
12 defaultsdir=$(sysconfdir)/defaults/etc
26 move-config-files: $(DESTDIR)$(sysconfdir)/ssh_config $(DESTDIR)$(sysconfdir)/sshd_config
28 mv $(DESTDIR)$(sysconfdir)/ssh_config $(DESTDIR)$(defaultsdir)
29 mv $(DESTDIR)$(sysconfdir)/sshd_config $(DESTDIR)$(defaultsdir)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/include/
H A Ddefault.cfg.in37 export ZEDLET_ETC_DIR=${ZEDLET_ETC_DIR:-@sysconfdir@/zfs/zed.d}
39 export ZPOOL_SCRIPT_DIR=${ZPOOL_SCRIPT_DIR:-@sysconfdir@/zfs/zpool.d}
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/zed.d/
H A DMakefile.am7 zedconfdir = $(sysconfdir)/zfs/zed.d
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A DMakefile.in0 sysconfdir=@sysconfdir@
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A DMakefile.am54 export INSTALL_SYSCONF_DIR=@sysconfdir@
/freebsd-13-stable/contrib/byacc/package/debian/
H A Drules44 --sysconfdir=/etc \
/freebsd-13-stable/contrib/ldns/ldns/
H A Dconfig.h359 #define SYSCONFDIR sysconfdir
/freebsd-13-stable/contrib/openresolv/
H A Dconfigure23 --sysconfdir) SYSCONFDIR=$var;;
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A DMakefile.am40 zpoolconfdir = $(sysconfdir)/zfs/zpool.d
/freebsd-13-stable/contrib/file/python/
H A DMakefile.in240 sysconfdir = @sysconfdir@

Completed in 235 milliseconds

12345678