HomeSort by relevance Sort by last modified time
    Searched refs:SYSCONFDIR (Results 1 - 11 of 11) 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 223 @SYSCONFDIR@/dhcpcd.enter-hook \
225 @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/bison/darwin-lib/
configmake.h 9 #define SYSCONFDIR "/usr/local/etc"
  /external/bison/linux-lib/
configmake.h 9 #define SYSCONFDIR "/usr/local/etc"
  /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 116 milliseconds