Home
last modified time | relevance | path

Searched refs:sysconfdir (Results 1 – 25 of 6614) sorted by relevance

12345678910>>...265

/dports/mail/courier/courier-0.65.3/courier/module.esmtp/
H A Dmkesmtpdcert.in19 if test -f @sysconfdir@/esmtpd.pem
26 rm -f @sysconfdir@/esmtpd.rand
27 rm -f @sysconfdir@/esmtpd.pem
28 rm -f @sysconfdir@/esmtpd.key
29 rm -f @sysconfdir@/esmtpd.cert
33 cd @sysconfdir@
38 chmod 600 @sysconfdir@/esmtpd.pem
42 …-config @sysconfdir@/esmtpd.cnf -out @sysconfdir@/esmtpd.pem -keyout @sysconfdir@/esmtpd.pem || cl…
43 @OPENSSL@ gendh -rand @sysconfdir@/esmtpd.rand 512 >>@sysconfdir@/esmtpd.pem || cleanup
45 rm -f @sysconfdir@/esmtpd.rand
[all …]
H A Desmtpd.in16 sysconfdir="@sysconfdir@"
22 configfiles="${sysconfdir}/esmtpd"
23 . ${sysconfdir}/esmtpd
26 configfiles="${sysconfdir}/esmtpd ${sysconfdir}/esmtpd-msa"
27 . ${sysconfdir}/esmtpd
28 . ${sysconfdir}/esmtpd-msa
72 echo sysconfdir=${sysconfdir}
/dports/dns/opendnssec2/opendnssec-2.1.10/conf/
H A DMakefile.am11 sysconfdir = @sysconfdir@/opendnssec macro
47 …test -d ${DESTDIR}${sysconfdir} || ${INSTALL_DATA} -m 0775 -d @INSTALLATIONUSERARG@ @INSTALLATIONG…
48sysconfdir}/conf.xml || ( ${INSTALL_DATA} -m 0640 conf.xml @INSTALLATIONUSERARG@ @INSTALLATIONGROU…
49sysconfdir}/conf.xml.sample ; ${GREP} -v '^<?xmlif' < ${DESTDIR}${sysconfdir}/conf.xml.sample > ${…
50 test -f ${DESTDIR}${sysconfdir}/addns.xml || \
52 ${INSTALL_DATA} addns.xml ${DESTDIR}${sysconfdir}/addns.xml.sample
53 test -f ${DESTDIR}${sysconfdir}/zonelist.xml || \
55 ${INSTALL_DATA} zonelist.xml ${DESTDIR}${sysconfdir}/zonelist.xml.sample
56 test -f ${DESTDIR}${sysconfdir}/kasp.xml || \
57 ${INSTALL_DATA} @INSTALLATIONUSERARG@ @INSTALLATIONGROUPARG@ kasp.xml ${DESTDIR}${sysconfdir}
[all …]
/dports/mail/courier/courier-0.65.3/webadmin/
H A Dadmin-save.pl26 = stat("$sysconfdir/webadmin/added/$_");
31 mkdir("$sysconfdir/$_", $mode);
33 unlink("$sysconfdir/webadmin/subdirs-added");
37 if ( -f "$sysconfdir/webadmin/added/$_" )
41 my $newfilename="$sysconfdir/$_";
54 chmod ($mode, "$sysconfdir/webadmin/added/$_");
61 if ( -f "$sysconfdir/webadmin/removed/$_" )
65 if ! unlink ("$sysconfdir/webadmin/removed/$_",
66 "$sysconfdir/$_");
73 rmdir("$sysconfdir/$_");
[all …]
H A DMakefile.am20 -$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/webadmin/added
21 -$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/webadmin/removed
22 chmod 700 $(DESTDIR)$(sysconfdir)/webadmin
23 -chown @mailuser@ $(DESTDIR)$(sysconfdir)/webadmin
24 -chown @mailuser@ $(DESTDIR)$(sysconfdir)/webadmin/added
25 -chown @mailuser@ $(DESTDIR)$(sysconfdir)/webadmin/removed
26 -chgrp @mailgroup@ $(DESTDIR)$(sysconfdir)/webadmin
27 -chgrp @mailgroup@ $(DESTDIR)$(sysconfdir)/webadmin/added
28 -chgrp @mailgroup@ $(DESTDIR)$(sysconfdir)/webadmin/removed
31 @echo $(sysconfdir)/webadmin 700 @mailuser@ @mailgroup@ >permissions.dat
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/install/
H A Dfossinit-common.php30 $sysconfdir = getenv('SYSCONFDIR');
33 $sysconfdir = file_get_contents($rcfile);
40 $sysconfdir = $ini_array['SYSCONFDIR'];
43 if (false===$sysconfdir)
49 return $sysconfdir;
69 function bootstrap($sysconfdir="") argument
71 if (empty($sysconfdir))
73 $sysconfdir = guessSysconfdir();
74 echo "assuming SYSCONFDIR=$sysconfdir\n";
77 $sysconfdir = trim($sysconfdir);
[all …]
H A Dfo_dbcheck.php42 $sysconfdir = ''; variable
51 $sysconfdir = $OptVal; variable
60 $SysConf = bootstrap($sysconfdir);
65 $rv = DBconnect($sysconfdir, "", false);
118 function bootstrap($sysconfdir="") argument
122 if (empty($sysconfdir))
124 $sysconfdir = getenv('SYSCONFDIR');
125 if ($sysconfdir === false)
128 if ($sysconfdir === false)
138 $sysconfdir = trim($sysconfdir);
[all …]
/dports/security/snoopy/snoopy-2.4.14/etc/
H A DMakefile.am8 if [ ! -f $(DESTDIR)$(sysconfdir)/snoopy.ini ]; then \
12 if [ ! -e $(DESTDIR)$(sysconfdir) ]; then \
13 install -d $(DESTDIR)$(sysconfdir) ; \
31 if [ -f $(DESTDIR)$(sysconfdir)/snoopy.ini ]; then \
32 if [ -x $(DESTDIR)$(sysconfdir)/snoopy.ini ]; then \
33 chmod 644 $(DESTDIR)$(sysconfdir)/snoopy.ini ; \
36 if [ -f $(DESTDIR)$(sysconfdir)/snoopy.ini.NEW ]; then \
37 if [ -x $(DESTDIR)$(sysconfdir)/snoopy.ini.NEW ]; then \
38 chmod 644 $(DESTDIR)$(sysconfdir)/snoopy.ini.NEW ; \
43 if [ -f $(DESTDIR)$(sysconfdir)/snoopy.ini ]; then \
[all …]
/dports/security/pam_script/pam_script-1.1.9/
H A DMakefile.am36 ${INSTALL} -d $(DESTDIR)$(sysconfdir)
37 ${INSTALL} -d $(DESTDIR)$(sysconfdir)/pam-script.d
38 ${INSTALL} -m 644 etc/README $(DESTDIR)$(sysconfdir)
40 (cd $(DESTDIR)$(sysconfdir); \
45 ${INSTALL} -d $(DESTDIR)$(sysconfdir)
48 ${INSTALL} -m 755 etc/tally $(DESTDIR)$(sysconfdir)
51 ${INSTALL} -d $(DESTDIR)$(sysconfdir)
53 cd $(DESTDIR)$(sysconfdir) && \
60 ${INSTALL} -d $(DESTDIR)$(sysconfdir)
61 ${INSTALL} -m 755 etc/tally $(DESTDIR)$(sysconfdir)
[all …]
/dports/mail/courier/courier-0.65.3/
H A Dcourier.sysvinit.in14 sysconfdir="@sysconfdir@"
40 . ${sysconfdir}/esmtpd
49 . ${sysconfdir}/esmtpd-msa
90 . ${sysconfdir}/esmtpd
99 . ${sysconfdir}/esmtpd-msa
110 . ${sysconfdir}/esmtpd-ssl
129 . ${sysconfdir}/pop3d
139 . ${sysconfdir}/pop3d-ssl
163 . ${sysconfdir}/imapd
170 . ${sysconfdir}/imapd-ssl
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/cli/
H A Dfo_wrapper.php.in40 $sysconfdir = ""; variable
45 $sysconfdir = $argv[$i + 1]; variable
49 $SysConf = bootstrap($sysconfdir);
113 function bootstrap($sysconfdir="") argument
118 if (empty($sysconfdir))
120 $sysconfdir = getenv('SYSCONFDIR');
121 if ($sysconfdir === false)
124 if ($sysconfdir === false)
127 $sysconfdir = "{$SYSCONFDIR}";
132 $sysconfdir = trim($sysconfdir);
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/solaris/
H A Dprototype.daemons.in12 d none @sysconfdir@=$DESTDIR/@sysconfdir@ 0711 @enable_user@ @enable_group@
13 f none @sysconfdir@/zebra.conf.sample=$DESTDIR/@sysconfdir@/zebra.conf.sample 0644 root bin
14 f none @sysconfdir@/bgpd.conf.sample=$DESTDIR/@sysconfdir@/bgpd.conf.sample 0644 root bin
15 f none @sysconfdir@/bgpd.conf.sample2=$DESTDIR/@sysconfdir@/bgpd.conf.sample2 0644 root bin
16 f none @sysconfdir@/ripd.conf.sample=$DESTDIR/@sysconfdir@/ripd.conf.sample 0644 root bin
17 f none @sysconfdir@/ripngd.conf.sample=$DESTDIR/@sysconfdir@/ripngd.conf.sample 0644 root bin
18 f none @sysconfdir@/ospfd.conf.sample=$DESTDIR/@sysconfdir@/ospfd.conf.sample 0644 root bin
19 f none @sysconfdir@/ospf6d.conf.sample=$DESTDIR/@sysconfdir@/ospf6d.conf.sample 0644 root bin
/dports/net/frr7/frr-frr-7.5.1/solaris/
H A Dprototype.daemons.in12 d none @sysconfdir@=$DESTDIR/@sysconfdir@ 0711 @enable_user@ @enable_group@
13 f none @sysconfdir@/zebra.conf.sample=$DESTDIR/@sysconfdir@/zebra.conf.sample 0644 root bin
14 f none @sysconfdir@/bgpd.conf.sample=$DESTDIR/@sysconfdir@/bgpd.conf.sample 0644 root bin
15 f none @sysconfdir@/bgpd.conf.sample2=$DESTDIR/@sysconfdir@/bgpd.conf.sample2 0644 root bin
16 f none @sysconfdir@/ripd.conf.sample=$DESTDIR/@sysconfdir@/ripd.conf.sample 0644 root bin
17 f none @sysconfdir@/ripngd.conf.sample=$DESTDIR/@sysconfdir@/ripngd.conf.sample 0644 root bin
18 f none @sysconfdir@/ospfd.conf.sample=$DESTDIR/@sysconfdir@/ospfd.conf.sample 0644 root bin
19 f none @sysconfdir@/ospf6d.conf.sample=$DESTDIR/@sysconfdir@/ospf6d.conf.sample 0644 root bin
/dports/net/quagga/quagga-1.2.4/solaris/
H A Dprototype.daemons.in12 d none @sysconfdir@=$DESTDIR/@sysconfdir@ 0711 @enable_user@ @enable_group@
13 f none @sysconfdir@/zebra.conf.sample=$DESTDIR/@sysconfdir@/zebra.conf.sample 0644 root bin
14 f none @sysconfdir@/bgpd.conf.sample=$DESTDIR/@sysconfdir@/bgpd.conf.sample 0644 root bin
15 f none @sysconfdir@/bgpd.conf.sample2=$DESTDIR/@sysconfdir@/bgpd.conf.sample2 0644 root bin
16 f none @sysconfdir@/ripd.conf.sample=$DESTDIR/@sysconfdir@/ripd.conf.sample 0644 root bin
17 f none @sysconfdir@/ripngd.conf.sample=$DESTDIR/@sysconfdir@/ripngd.conf.sample 0644 root bin
18 f none @sysconfdir@/ospfd.conf.sample=$DESTDIR/@sysconfdir@/ospfd.conf.sample 0644 root bin
19 f none @sysconfdir@/ospf6d.conf.sample=$DESTDIR/@sysconfdir@/ospf6d.conf.sample 0644 root bin
/dports/mail/bincimap/bincimap-1.2.13final/conf/
H A DMakefile.am17 @$(mkinstalldirs) -m 755 $(DESTDIR)$(sysconfdir)
18sysconfdir)/bincimap.conf ]; then $(INSTALL_DATA) $(srcdir)/bincimap.conf $(DESTDIR)$(sysconfdir);…
19 @$(mkinstalldirs) -m 755 $(DESTDIR)$(sysconfdir)/xinetd
21sysconfdir)/xinetd/bincimap ]; then $(INSTALL_DATA) $(srcdir)/xinetd-bincimap $(DESTDIR)$(sysconfd…
22sysconfdir)/xinetd/bincimaps ]; then $(INSTALL_DATA) $(srcdir)/xinetd-bincimaps $(DESTDIR)$(syscon…
31 rm $(DESTDIR)$(sysconfdir)/bincimap.conf
32 rm $(DESTDIR)$(sysconfdir)/xinetd/bincimap
33 rm $(DESTDIR)$(sysconfdir)/xinetd/bincimaps
34 -rmdir $(DESTDIR)$(sysconfdir)/xinetd
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/install/db/
H A Dmigratetest.php36 $sysconfdir = '/usr/local/etc/fossology'; variable
39 $SysConf = bootstrap($sysconfdir);
93 function bootstrap($sysconfdir="") argument
97 if (empty($sysconfdir))
99 $sysconfdir = getenv('SYSCONFDIR');
100 if ($sysconfdir === false)
102 if (file_exists($rcfile)) $sysconfdir = file_get_contents($rcfile);
103 if ($sysconfdir === false)
113 $sysconfdir = trim($sysconfdir);
114 $GLOBALS['SYSCONFDIR'] = $sysconfdir;
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/testing/db/
H A Dcleanup_test_databases.php49 $sysconfdir;
59 $sysconfdir = $fossology_testconfig; variable
66 $sysconfdir = $argv[1]; variable
71 if (isset($sysconfdir)) {
72 if (is_readable("$sysconfdir/Db.conf")) {
73 print "Found a readable '$sysconfdir/Db.conf' file\n";
76 $db_conf_contents = file_get_contents("$sysconfdir/Db.conf");
86 print "Did not find a dbname= parameter in '$sysconfdir/Db.conf'\n";
143 if (!empty($sysconfdir)) { // delete specified test directory
144 $temp_dirs = array($sysconfdir);
[all …]
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A DMakefile.in17 sysconfdir=@sysconfdir@
304 echo "$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \
313 echo "moving $(DESTDIR)$(sysconfdir)/primes to $(DESTDIR)$(sysconfdir)/moduli"; \
314 mv "$(DESTDIR)$(sysconfdir)/primes" "$(DESTDIR)$(sysconfdir)/moduli"; \
319 echo "$(DESTDIR)$(sysconfdir)/moduli already exists, install will not overwrite"; \
324 if [ -f "$(sysconfdir)/ssh_host_key" ] ; then \
325 echo "$(sysconfdir)/ssh_host_key already exists, skipping." ; \
330 echo "$(sysconfdir)/ssh_host_dsa_key already exists, skipping." ; \
335 echo "$(sysconfdir)/ssh_host_rsa_key already exists, skipping." ; \
340 echo "$(sysconfdir)/ssh_host_ed25519_key already exists, skipping." ; \
[all …]
/dports/databases/sqlrelay/sqlrelay-1.7.0/etc/
H A DMakefile6 $(MKINSTALLDIRS) $(sysconfdir)/$(SQLRELAY)
8 $(CP) sqlrelay.conf $(sysconfdir)/$(SQLRELAY)/conf.sample
9 $(CHMOD) 644 $(sysconfdir)/$(SQLRELAY)/conf.sample
10 $(CP) sqlrelay.xsd $(sysconfdir)/$(SQLRELAY)/
11 $(CHMOD) 644 $(sysconfdir)/$(SQLRELAY)/sqlrelay.xsd
18 $(sysconfdir)/sqlrelay.xsd \
19 $(sysconfdir)/sqlrelay.dtd \
20 $(sysconfdir)/sqlrelay.conf.example \
22 -$(RMDIR) $(sysconfdir)/$(SQLRELAY).conf.d 2> /dev/null
23 -$(RMDIR) $(sysconfdir)/sqlrelay.conf.d 2> /dev/null
H A DMakefile.bak6 $(MKINSTALLDIRS) $(sysconfdir)/$(SQLRELAY)
8 $(CP) sqlrelay.conf $(sysconfdir)/$(SQLRELAY)/conf.sample
9 $(CHMOD) 644 $(sysconfdir)/$(SQLRELAY)/conf.sample
10 $(CP) sqlrelay.xsd $(sysconfdir)/$(SQLRELAY)/
11 $(CHMOD) 644 $(sysconfdir)/$(SQLRELAY)/sqlrelay.xsd
18 $(sysconfdir)/sqlrelay.xsd \
19 $(sysconfdir)/sqlrelay.dtd \
20 $(sysconfdir)/sqlrelay.conf.example \
22 -$(RMDIR) $(sysconfdir)/$(SQLRELAY).conf.d 2> /dev/null
23 -$(RMDIR) $(sysconfdir)/sqlrelay.conf.d 2> /dev/null
/dports/sysutils/conman/conman-conman-0.3.0/
H A DMakefile.in32 sysconfdir= @sysconfdir@
92 $(INSTALL) -m 755 -d $(DESTDIR)$(sysconfdir)
99 $(DESTDIR)$(sysconfdir)/conman.conf$${new}.sample
108 $(INSTALL) -m 755 -d $(DESTDIR)$(sysconfdir)/init.d
109 @ test ! -f $(DESTDIR)$(sysconfdir)/init.d/conman \
113 $(DESTDIR)$(sysconfdir)/init.d/conman$${new}; \
115 $(DESTDIR)$(sysconfdir)/init.d/conman$${new}
127 $(INSTALL) -m 755 -d $(DESTDIR)$(sysconfdir)/$$d; \
128 test ! -f $(DESTDIR)$(sysconfdir)/$$d/conman \
132 $(DESTDIR)$(sysconfdir)/$$d/conman$${new}; \
[all …]
/dports/sysutils/logtool/logtool-1.3.1/conf/
H A Dlogtool.conf.in22 includefile=@sysconfdir@/include
23 excludefile=@sysconfdir@/exclude
25 greenfile=@sysconfdir@/green
28 yellowfile=@sysconfdir@/yellow
31 bluefile=@sysconfdir@/blue
32 brightbluefile=@sysconfdir@/brightblue
34 cyanfile=@sysconfdir@/cyan
35 brightcyanfile=@sysconfdir@/brightcyan
37 magentafile=@sysconfdir@/magenta
40 whitefile=@sysconfdir@/white
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/testing/lib/
H A Dbootstrap.php63 $sysconfdir = getenv('SYSCONFDIR');
64 if ($sysconfdir === false)
66 if (file_exists($rcfile)) $sysconfdir = file_get_contents($rcfile);
67 if ($sysconfdir === false)
76 $sysconfdir = trim($sysconfdir);
77 $GLOBALS['SYSCONFDIR'] = $sysconfdir;
80 $ConfFile = "{$sysconfdir}/fossology.conf";
/dports/net/mpich/mpich-3.4.3/src/env/
H A Dmpicc.bash.in32 sysconfdir=__SYSCONFDIR_TO_BE_FILLED_AT_INSTALL_TIME__
66 # In addition, if there is a file $sysconfdir/mpicc-$CCname.conf,
77 if [ -s $sysconfdir/mpicc-$CCname.conf ] ; then
78 . $sysconfdir/mpicc-$CCname.conf
138 if [ -s "$sysconfdir/mpicc-$CCname.conf" ] ; then
139 . "$sysconfdir/mpicc-$CCname.conf"
177 if [ -f "$sysconfdir/mpixxx_opts.conf" ] ; then
178 . $sysconfdir/mpixxx_opts.conf
216 elif [ -s "$sysconfdir/$profConf.conf" ] ; then
217 profConffile="$sysconfdir/$profConf.conf"
[all …]
/dports/security/gnome-ssh-askpass/openssh-6.6p1/contrib/aix/
H A Dbuildbff.sh144 $FAKE_ROOT/${sysconfdir}/sshd_config
149 $FAKE_ROOT/${sysconfdir}/sshd_config
156 mv $FAKE_ROOT/$sysconfdir/$cfgfile $FAKE_ROOT/$sysconfdir/$cfgfile.default
195 if [ ! -f $sysconfdir/\$cfgfile ]
198 cp $sysconfdir/\$cfgfile.default $sysconfdir/\$cfgfile
244 if [ -f "$sysconfdir/ssh_host_key" ] ; then
245 echo "$sysconfdir/ssh_host_key already exists, skipping."
247 $bindir/ssh-keygen -t rsa1 -f $sysconfdir/ssh_host_key -N ""
249 if [ -f $sysconfdir/ssh_host_dsa_key ] ; then
250 echo "$sysconfdir/ssh_host_dsa_key already exists, skipping."
[all …]

12345678910>>...265