HomeSort by relevance Sort by last modified time
    Searched refs:SYSCONFDIR (Results 1 - 10 of 10) sorted by null

  /external/dhcpcd/
defs.h 34 # define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
40 # define DUID SYSCONFDIR "/" PACKAGE ".duid"
config.h 2 #define SYSCONFDIR "/system/etc/dhcpcd"
config.mk 2 SYSCONFDIR= /etc
Makefile 28 FILESDIR= ${SYSCONFDIR}
38 SED_SYS= -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g'
92 ${INSTALL} -d ${DESTDIR}${SYSCONFDIR}
93 test -e ${DESTDIR}${SYSCONFDIR}/dhcpcd.conf || \
94 ${INSTALL} -m ${CONFMODE} dhcpcd.conf ${DESTDIR}${SYSCONFDIR}
dhcpcd-run-hooks.in 183 @SYSCONFDIR@/dhcpcd.enter-hook \
185 @SYSCONFDIR@/dhcpcd.exit-hook
  /external/openssh/contrib/cygwin/
ssh-host-config 59 SYSCONFDIR=/etc
76 if [ ! -f "${SYSCONFDIR}/ssh_host_key" ]
78 csih_inform "Generating ${SYSCONFDIR}/ssh_host_key"
79 if ! /usr/bin/ssh-keygen -t rsa1 -f ${SYSCONFDIR}/ssh_host_key -N '' > /dev/null
81 csih_warning "Generating ${SYSCONFDIR}/ssh_host_key failed!"
86 if [ ! -f "${SYSCONFDIR}/ssh_host_rsa_key" ]
88 csih_inform "Generating ${SYSCONFDIR}/ssh_host_rsa_key"
89 if ! /usr/bin/ssh-keygen -t rsa -f ${SYSCONFDIR}/ssh_host_rsa_key -N '' > /dev/null
91 csih_warning "Generating ${SYSCONFDIR}/ssh_host_key failed!"
96 if [ ! -f "${SYSCONFDIR}/ssh_host_dsa_key"
    [all...]
ssh-user-config 32 SYSCONFDIR=/etc
79 pwdhome=$(awk -F: '{ if ( $3 == '${uid}' ) print $6; }' < ${SYSCONFDIR}/passwd)
83 "There is no home directory set for you in ${SYSCONFDIR}/passwd." \
90 "${pwdhome} is set in ${SYSCONFDIR}/passwd as your home directory" \
99 csih_warning "Your home directory in ${SYSCONFDIR}/passwd is set to root (/). This is not recommended!"
253 if [ ! -f ${SYSCONFDIR}/passwd ]
256 "${SYSCONFDIR}/passwd is nonexistant. Please generate an ${SYSCONFDIR}/passwd file" \
  /external/dbus/bus/
messagebus-config.in 20 SYSCONFDIR=@sysconfdir@/dbus-1
64 csih_inform "Check ${SYSCONFDIR}/system.conf first, if it suits your needs."
147 # Check for ${SYSCONFDIR} directory
148 csih_make_dir "${SYSCONFDIR}" "Cannot create global configuration files."
149 chmod 775 "${SYSCONFDIR}"
150 setfacl -m u:system:rwx "${SYSCONFDIR}"
  /external/dhcpcd/mk/
sys.mk 7 SYSCONFDIR?= ${PREFIX}/etc
  /external/ipsec-tools/src/racoon/
localconf.h 39 #define LC_DEFAULT_CF SYSCONFDIR "/racoon.conf"

Completed in 2918 milliseconds