Home
last modified time | relevance | path

Searched refs:ALT_SU (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/opie/
DMakefile.in118 ALT_SU=@ALT_SU@
203 @if test ! -z $(ALT_SU); \
205 if test ! $(EXISTS) $(ALT_SU).$(BACKUP); \
208 mv $(ALT_SU) $(ALT_SU).$(BACKUP); \
210 chmod 0 $(ALT_SU).$(BACKUP); \
213 cp opiesu $(ALT_SU); \
215 $(CHOWN) $(OWNER) $(ALT_SU); \
216 chgrp $(GROUP) $(ALT_SU); \
218 chmod 4111 $(ALT_SU); \
263 …@-for i in $(SU) $(ALT_SU) $(LOGIN) $(FTPD); do FILE=`basename $$i`; if test ! $(EXISTS) $$i.$(BAC…
[all …]
Dconfigure1243 case "$ALT_SU" in
1245 ac_cv_path_ALT_SU="$ALT_SU" # Let the user override the test with a path.
1248 ac_cv_path_ALT_SU="$ALT_SU" # Let the user override the test with a dos path.
1264 ALT_SU="$ac_cv_path_ALT_SU"
1265 if test -n "$ALT_SU"; then
1266 echo "$ac_t""$ALT_SU" 1>&6
5023 s%@ALT_SU@%$ALT_SU%g
Dconfigure.in103 AC_PATH_PROG(ALT_SU, su,, /usr/sbin /sbin)