HomeSort by: relevance | last modified time | path
    Searched refs:confdir (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl2/lvm2/dist/doc/
Makefile 25 @if [ ! -e $(confdir)/$(CONFDEST) ]; then \
26 echo "Installing $(CONFSRC) as $(confdir)/$(CONFDEST)"; \
28 $(confdir)/$(CONFDEST); \
Makefile.in 25 @if [ ! -e $(confdir)/$(CONFDEST) ]; then \
26 echo "Installing $(CONFSRC) as $(confdir)/$(CONFDEST)"; \
28 $(confdir)/$(CONFDEST); \
  /src/crypto/external/bsd/heimdal/dist/tests/gss/
check-gss.in 38 confdir="@confdir@"
  /src/etc/rc.d/
rtadvd 23 local conf=/etc/rtadvd.conf myflags o confdir
50 confdir=$(dirname "${conf}")
52 mkdir -p "${chdir}${confdir}"
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/scripts/
common.sh 23 mkdir $TESTDIR/confdir
31 $SLAPD -f $CONF1 -F $TESTDIR/confdir -h $URI1 -d $LVL > $LOG1 2>&1 &
125 $SLAPADD -F $TESTDIR/confdir -l data/test.ldif
133 $SLAPD -F $TESTDIR/confdir -h $URI1 -d $LVL >> $LOG1 2>&1 &
test007-transformed-replication 46 mkdir $DBDIR4 $TESTDIR/confdir-consumer
54 $SLAPD -f $CONF4 -F $TESTDIR/confdir-consumer -h $URI4 -d $LVL > $LOG4 2>&1 &
test008-ignored-replication 46 mkdir $DBDIR4 $TESTDIR/confdir-consumer
54 $SLAPD -f $CONF4 -F $TESTDIR/confdir-consumer -h $URI4 -d $LVL > $LOG4 2>&1 &
test001-config 66 $SLAPD -F $TESTDIR/confdir -h $URI1 -d $LVL >> $LOG1 2>&1 &
  /src/external/bsd/kyua-cli/dist/cli/
config.cpp 118 const fs::path confdir(utils::getenv_with_default(
121 const fs::path path = confdir / config_basename;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/alias/tests/scripts/
common.sh 32 mkdir $TESTDIR/confdir
40 $SLAPD -f $CONF1 -F $TESTDIR/confdir -h $URI1 -d $LVL > $LOG1 2>&1 &
test001-config 66 $SLAPD -F $TESTDIR/confdir -h $URI1 -d $LVL >> $LOG1 2>&1 &
  /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/scripts/
common.sh 32 mkdir $TESTDIR/confdir
40 $SLAPD -f $CONF1 -F $TESTDIR/confdir -h $URI1 -d $LVL > $LOG1 2>&1 &
test009-ignored-replication 60 mkdir $DBDIR4 $TESTDIR/confdir-consumer
68 $SLAPD -f $CONF4 -F $TESTDIR/confdir-consumer -h $URI4 -d $LVL > $LOG4 2>&1 &
test001-config 66 $SLAPD -F $TESTDIR/confdir -h $URI1 -d $LVL >> $LOG1 2>&1 &
  /src/external/bsd/openldap/dist/tests/scripts/
test051-config-undo 39 mkdir $TESTDIR/confdir
40 $SLAPD -f $CONF1 -F $TESTDIR/confdir -h $URI1 -d $LVL > $LOG1 2>&1 &
test081-totp 60 mkdir $TESTDIR/confdir
68 $SLAPD -f $CONF1 -F $TESTDIR/confdir -h $URI1 -d $LVL > $LOG1 2>&1 &
test082-remoteauth 30 mkdir -p $TESTDIR $DBDIR1 $DBDIR2 $TESTDIR/confdir
42 $SLAPD -Tt -n 0 -f $CONF1 -F $TESTDIR/confdir -d $LVL > $LOG1 2>&1
50 $SLAPADD -F $TESTDIR/confdir -l $LDIFORDERED
58 $SLAPMODIFY -F $TESTDIR/confdir >>$LOG1 2>&1 <<EOMODS
80 $SLAPD -F $TESTDIR/confdir -h $URI1 -d $LVL >> $LOG1 2>&1 &
243 $SLAPD -F $TESTDIR/confdir -h $URI1 -d $LVL >> $LOG1 2>&1 &
test080-hotp 55 mkdir $TESTDIR/confdir
63 $SLAPD -f $CONF1 -F $TESTDIR/confdir -h $URI1 -d $LVL > $LOG1 2>&1 &
test057-memberof-refint 35 mkdir -p $TESTDIR $DBDIR1 $TESTDIR/confdir
42 $SLAPD -f $CONF1 -F $TESTDIR/confdir -h $URI1 -d $LVL > $LOG1 2>&1 &
test052-memberof 24 mkdir -p $TESTDIR $DBDIR1 $TESTDIR/confdir
31 $SLAPD -f $CONF1 -F $TESTDIR/confdir -h $URI1 -d $LVL > $LOG1 2>&1 &
test089-nestgroup 27 mkdir -p $TESTDIR $DBDIR1 $TESTDIR/confdir
34 $SLAPD -f $CONF1 -F $TESTDIR/confdir -h $URI1 -d $LVL > $LOG1 2>&1 &
  /src/games/hack/
hack.cmd.c 316 confdir();
321 confdir(void) function
extern.h 74 void confdir(void);
  /src/external/bsd/openldap/dist/servers/slapd/
slapcommon.c 288 char *confdir = NULL; local
417 confdir = optarg;
707 rc = read_config( conffile, confdir );
711 progname, confdir ? "directory" : "file" );
  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.c 2239 ni_id confdir; local
2245 while (status = ni_pathsearch(domain, &confdir, NETINFO_CONFIG_DIR) == NI_NODIR) {
2254 if (ni_lookupprop(domain, &confdir, "server", namelist) != NI_OK) {

Completed in 34 milliseconds

1 2