Home
last modified time | relevance | path

Searched refs:CONFIGDIR (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/dports/mail/mailscanner/MailScanner-5.3.4/usr/sbin/
H A Dms-update-phishing27 CONFIGDIR='/etc/MailScanner';
39 if [ -d $CONFIGDIR ]; then
40 cd $CONFIGDIR
56 . $CONFIGDIR/defaults
63 echo '' >> $CONFIGDIR/defaults
64 echo '' >> $CONFIGDIR/defaults
66 echo '#' >> $CONFIGDIR/defaults
69 echo '#' >> $CONFIGDIR/defaults
72 echo '' >> $CONFIGDIR/defaults
96 [ ! -f $CONFIGDIR/phishing.safe.sites.conf ] && touch $CONFIGDIR/phishing.safe.sites.conf
[all …]
/dports/security/op/op-1.34/contrib/aix43/bos.adt.insttools/usr/sbin/
H A Dmakebff.pl71 unless ( -f "$CONFIGDIR/list" ){
78 open(LIST,"$CONFIGDIR/list");
144 if ( -f "$CONFIGDIR/$fileset.al" ){
146 %size=&MakeInv("$CONFIGDIR/$fileset.al","$CONFIGDIR/$fileset.inventory");
150 if ( -f "$CONFIGDIR/.create_root" ){
155 %rootSize=&MakeInv("$CONFIGDIR/root/$fileset.al","$CONFIGDIR/root/$fileset.inventory");
293 $extraSizeFile = "$CONFIGDIR/$fileset.upsize" if ( -f "$CONFIGDIR/$fileset.upsize");
294 $extraSizeFile = "$CONFIGDIR/$fileset.insize" if ( -f "$CONFIGDIR/$fileset.insize");
410 $configFile="$CONFIGDIR/productid";
448 $STRING="creating $CONFIGDIR/%s.a\n";
[all …]
/dports/sysutils/logwatch/logwatch-7.5.1/
H A Dinstall_logwatch.sh76 CONFIGDIR="/etc/logwatch"
118 CONFIGDIR=$BASEDIR/etc
145 printf "### Using $CONFIGDIR\n"
147 CONFIGDIR="$config"
228 install -m 0755 -d $CONFIGDIR
229 install -m 0755 -d $CONFIGDIR/scripts
231 install -m 0755 -d $CONFIGDIR/conf
234 install -m 0755 -d $CONFIGDIR/conf/html
240 touch $CONFIGDIR/conf/logwatch.conf
241 touch $CONFIGDIR/conf/ignore.conf
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/terraform/shared/scripts/
H A Dserver.sh5 CONFIGDIR=/ops/shared/config
27 sed -i "s/IP_ADDRESS/$IP_ADDRESS/g" $CONFIGDIR/consul.json
28 sed -i "s/SERVER_COUNT/$SERVER_COUNT/g" $CONFIGDIR/consul.json
29 sed -i "s/RETRY_JOIN/$RETRY_JOIN/g" $CONFIGDIR/consul.json
30 sudo cp $CONFIGDIR/consul.json $CONSULCONFIGDIR
40 sed -i "s/IP_ADDRESS/$IP_ADDRESS/g" $CONFIGDIR/vault.hcl
41 sudo cp $CONFIGDIR/vault.hcl $VAULTCONFIGDIR
42 sudo cp $CONFIGDIR/vault.service /etc/systemd/system/vault.service
57 sed -i "s/SERVER_COUNT/$SERVER_COUNT/g" $CONFIGDIR/nomad.hcl
58 sudo cp $CONFIGDIR/nomad.hcl $NOMADCONFIGDIR
[all …]
H A Dclient.sh5 CONFIGDIR=/ops/shared/config
25 sed -i "s/IP_ADDRESS/$IP_ADDRESS/g" $CONFIGDIR/consul_client.json
26 sed -i "s/RETRY_JOIN/$RETRY_JOIN/g" $CONFIGDIR/consul_client.json
27 sudo cp $CONFIGDIR/consul_client.json $CONSULCONFIGDIR/consul.json
28 sudo cp $CONFIGDIR/consul_$CLOUD.service /etc/systemd/system/consul.service
44 sudo cp $CONFIGDIR/nomad_client.hcl $NOMADCONFIGDIR/nomad.hcl
45 sudo cp $CONFIGDIR/nomad.service /etc/systemd/system/nomad.service
54 sudo cp $CONFIGDIR/consul-template.hcl $CONSULTEMPLATECONFIGDIR/consul-template.hcl
55 sudo cp $CONFIGDIR/consul-template.service /etc/systemd/system/consul-template.service
66 sudo cp $CONFIGDIR/core-site.xml $HADOOPCONFIGDIR
/dports/sysutils/nomad/nomad-1.1.0/terraform/shared/scripts/
H A Dserver.sh5 CONFIGDIR=/ops/shared/config
31 sed -i "s/IP_ADDRESS/$IP_ADDRESS/g" $CONFIGDIR/consul.json
32 sed -i "s/SERVER_COUNT/$SERVER_COUNT/g" $CONFIGDIR/consul.json
33 sed -i "s/RETRY_JOIN/$RETRY_JOIN/g" $CONFIGDIR/consul.json
34 sudo cp $CONFIGDIR/consul.json $CONSULCONFIGDIR
44 sed -i "s/IP_ADDRESS/$IP_ADDRESS/g" $CONFIGDIR/vault.hcl
45 sudo cp $CONFIGDIR/vault.hcl $VAULTCONFIGDIR
46 sudo cp $CONFIGDIR/vault.service /etc/systemd/system/vault.service
61 sed -i "s/SERVER_COUNT/$SERVER_COUNT/g" $CONFIGDIR/nomad.hcl
62 sudo cp $CONFIGDIR/nomad.hcl $NOMADCONFIGDIR
[all …]
H A Dclient.sh5 CONFIGDIR=/ops/shared/config
29 sed -i "s/IP_ADDRESS/$IP_ADDRESS/g" $CONFIGDIR/consul_client.json
30 sed -i "s/RETRY_JOIN/$RETRY_JOIN/g" $CONFIGDIR/consul_client.json
31 sudo cp $CONFIGDIR/consul_client.json $CONSULCONFIGDIR/consul.json
32 sudo cp $CONFIGDIR/consul_$CLOUD.service /etc/systemd/system/consul.service
48 sudo cp $CONFIGDIR/nomad_client.hcl $NOMADCONFIGDIR/nomad.hcl
49 sudo cp $CONFIGDIR/nomad.service /etc/systemd/system/nomad.service
58 sudo cp $CONFIGDIR/consul-template.hcl $CONSULTEMPLATECONFIGDIR/consul-template.hcl
59 sudo cp $CONFIGDIR/consul-template.service /etc/systemd/system/consul-template.service
/dports/ftp/smbftpd/smbftpd-2.4/
H A DMakefile23 CONFIGDIR = $(PREFIX)/etc/smbftpd macro
93 [ -d $(CONFIGDIR) ] || install -d $(CONFIGDIR)
102 if [ ! -f $(CONFIGDIR)/$$i ]; then \
104 install -c -m 644 conf/$$i $(CONFIGDIR)/; \
110 install -d -m755 $(CONFIGDIR)/ssl.crt;\
112 install -d -m755 $(CONFIGDIR)/ssl.csr;\
114 install -d -m755 $(CONFIGDIR)/ssl.key;\
116 install -c -m 400 cert/conf/ssl.crt/ca.crt $(CONFIGDIR)/ssl.crt/;\
118 install -c -m 400 cert/conf/ssl.crt/server.crt $(CONFIGDIR)/ssl.crt/;\
120 install -c -m 400 cert/conf/ssl.csr/ca.csr $(CONFIGDIR)/ssl.csr/;\
[all …]
/dports/devel/distcc/distcc-3.3.5/packaging/RedHat/init.d/
H A Ddistcc50 CONFIGDIR=/etc/site/current/distcc
52 CONFIGDIR=/etc/distcc
54 NORESTART=$CONFIGDIR/no-restart
58 CONFIGDIR=/etc/distcc
59 NORESTART=$CONFIGDIR/no-restart
109 if test -f $CONFIGDIR/$DOMAIN/clients.allow; then
110 ALLOWFILE=$CONFIGDIR/$DOMAIN/clients.allow
111 elif test -f $CONFIGDIR/clients.allow; then
112 ALLOWFILE=$CONFIGDIR/clients.allow
126 elif test -f $CONFIGDIR/commands.allow.sh; then
[all …]
/dports/editors/fte/fte/
H A Dinstall16 CONFIGDIR=$LIBDIR/config
45 rm -rf $DESTDIR$CONFIGDIR
82 chmod a+r $DESTDIR$CONFIGDIR/*
83 chmod a+r $DESTDIR$CONFIGDIR/*/*
86 rm -rf `find $DESTDIR$CONFIGDIR -type d -name CVS`
89 chmod a+x `find $DESTDIR$CONFIGDIR -type d`
95 mv $DESTDIR$CONFIGDIR/systemmain.fte $DESTDIR$LOCALCONFIGDIR
/dports/audio/cava/cava-0.7.4/
H A Dautogen.sh14 CONFIGDIR=$XDG_CONFIG_HOME/cava
16 if [ -z "$XDG_CONFIG_HOME" ]; then CONFIGDIR=$HOME/.config/cava; fi
18 mkdir -p "$CONFIGDIR"
19 [ -f "$CONFIGDIR"/config ] || cp example_files/config "$CONFIGDIR"/config
/dports/www/squidclamav/squidclamav-7.1/etc/
H A DMakefile.am4 CONFIGDIR = @CONFDIR@ macro
10 $(mkinstalldirs) $(DESTDIR)$(CONFIGDIR)
12 $(INSTALL) $$f $(DESTDIR)$(CONFIGDIR)/$$f.default; \
13 if test ! -f $(DESTDIR)$(CONFIGDIR)/$$f; then $(INSTALL) $$f $(DESTDIR)$(CONFIGDIR)/$$f; fi \
/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dverify_sender_addr.ref1 using config files in CONFIGDIR
3 using config files in CONFIGDIR
9 using config files in CONFIGDIR
11 using config files in CONFIGDIR
17 using config files in CONFIGDIR
19 using config files in CONFIGDIR
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/
H A DREADME.configsubdirectories18 * $CONFIGDIR/$COMPONENT.conf
20 * $CONFIGDIR refers to the configuration directory. Bareos Linux packages use "/etc/bareos/".
31 * $CONFIGDIR/$COMPONENT.d/*/*.conf
40 * $CONFIGDIR/$COMPONENT.d/$RESOURCE/$NAME.conf.example
42 * $CONFIGDIR/bareos-director.d/profile/webui.conf
43 * $CONFIGDIR/bareos-director.d/console/user1.conf.example
54 … * bareos-traymonitor package only contains $CONFIGDIR/tray-monitor.d/monitor/bareos-mon.conf.
56 … * $CONFIGDIR/tray-monitor.d/client/FileDaemon-local.conf is part of bareos-filedaemon
57 … * $CONFIGDIR/tray-monitor.d/storage/StorageDaemon-local.conf is part of bareos-storage
58 * $CONFIGDIR/tray-monitor.d/director/Director-local.conf is part of bareos-director
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/
H A DREADME.configsubdirectories18 * $CONFIGDIR/$COMPONENT.conf
20 * $CONFIGDIR refers to the configuration directory. Bareos Linux packages use "/etc/bareos/".
31 * $CONFIGDIR/$COMPONENT.d/*/*.conf
40 * $CONFIGDIR/$COMPONENT.d/$RESOURCE/$NAME.conf.example
42 * $CONFIGDIR/bareos-director.d/profile/webui.conf
43 * $CONFIGDIR/bareos-director.d/console/user1.conf.example
54 … * bareos-traymonitor package only contains $CONFIGDIR/tray-monitor.d/monitor/bareos-mon.conf.
56 … * $CONFIGDIR/tray-monitor.d/client/FileDaemon-local.conf is part of bareos-filedaemon
57 … * $CONFIGDIR/tray-monitor.d/storage/StorageDaemon-local.conf is part of bareos-storage
58 * $CONFIGDIR/tray-monitor.d/director/Director-local.conf is part of bareos-director
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/
H A DREADME.configsubdirectories18 * $CONFIGDIR/$COMPONENT.conf
20 * $CONFIGDIR refers to the configuration directory. Bareos Linux packages use "/etc/bareos/".
31 * $CONFIGDIR/$COMPONENT.d/*/*.conf
40 * $CONFIGDIR/$COMPONENT.d/$RESOURCE/$NAME.conf.example
42 * $CONFIGDIR/bareos-director.d/profile/webui.conf
43 * $CONFIGDIR/bareos-director.d/console/user1.conf.example
54 … * bareos-traymonitor package only contains $CONFIGDIR/tray-monitor.d/monitor/bareos-mon.conf.
56 … * $CONFIGDIR/tray-monitor.d/client/FileDaemon-local.conf is part of bareos-filedaemon
57 … * $CONFIGDIR/tray-monitor.d/storage/StorageDaemon-local.conf is part of bareos-storage
58 * $CONFIGDIR/tray-monitor.d/director/Director-local.conf is part of bareos-director
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/
H A DREADME.configsubdirectories18 * $CONFIGDIR/$COMPONENT.conf
20 * $CONFIGDIR refers to the configuration directory. Bareos Linux packages use "/etc/bareos/".
31 * $CONFIGDIR/$COMPONENT.d/*/*.conf
40 * $CONFIGDIR/$COMPONENT.d/$RESOURCE/$NAME.conf.example
42 * $CONFIGDIR/bareos-director.d/profile/webui.conf
43 * $CONFIGDIR/bareos-director.d/console/user1.conf.example
54 … * bareos-traymonitor package only contains $CONFIGDIR/tray-monitor.d/monitor/bareos-mon.conf.
56 … * $CONFIGDIR/tray-monitor.d/client/FileDaemon-local.conf is part of bareos-filedaemon
57 … * $CONFIGDIR/tray-monitor.d/storage/StorageDaemon-local.conf is part of bareos-storage
58 * $CONFIGDIR/tray-monitor.d/director/Director-local.conf is part of bareos-director
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/
H A DREADME.configsubdirectories18 * $CONFIGDIR/$COMPONENT.conf
20 * $CONFIGDIR refers to the configuration directory. Bareos Linux packages use "/etc/bareos/".
31 * $CONFIGDIR/$COMPONENT.d/*/*.conf
40 * $CONFIGDIR/$COMPONENT.d/$RESOURCE/$NAME.conf.example
42 * $CONFIGDIR/bareos-director.d/profile/webui.conf
43 * $CONFIGDIR/bareos-director.d/console/user1.conf.example
54 … * bareos-traymonitor package only contains $CONFIGDIR/tray-monitor.d/monitor/bareos-mon.conf.
56 … * $CONFIGDIR/tray-monitor.d/client/FileDaemon-local.conf is part of bareos-filedaemon
57 … * $CONFIGDIR/tray-monitor.d/storage/StorageDaemon-local.conf is part of bareos-storage
58 * $CONFIGDIR/tray-monitor.d/director/Director-local.conf is part of bareos-director
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/
H A DREADME.configsubdirectories18 * $CONFIGDIR/$COMPONENT.conf
20 * $CONFIGDIR refers to the configuration directory. Bareos Linux packages use "/etc/bareos/".
31 * $CONFIGDIR/$COMPONENT.d/*/*.conf
40 * $CONFIGDIR/$COMPONENT.d/$RESOURCE/$NAME.conf.example
42 * $CONFIGDIR/bareos-director.d/profile/webui.conf
43 * $CONFIGDIR/bareos-director.d/console/user1.conf.example
54 … * bareos-traymonitor package only contains $CONFIGDIR/tray-monitor.d/monitor/bareos-mon.conf.
56 … * $CONFIGDIR/tray-monitor.d/client/FileDaemon-local.conf is part of bareos-filedaemon
57 … * $CONFIGDIR/tray-monitor.d/storage/StorageDaemon-local.conf is part of bareos-storage
58 * $CONFIGDIR/tray-monitor.d/director/Director-local.conf is part of bareos-director
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/
H A DREADME.configsubdirectories18 * $CONFIGDIR/$COMPONENT.conf
20 * $CONFIGDIR refers to the configuration directory. Bareos Linux packages use "/etc/bareos/".
31 * $CONFIGDIR/$COMPONENT.d/*/*.conf
40 * $CONFIGDIR/$COMPONENT.d/$RESOURCE/$NAME.conf.example
42 * $CONFIGDIR/bareos-director.d/profile/webui.conf
43 * $CONFIGDIR/bareos-director.d/console/user1.conf.example
54 … * bareos-traymonitor package only contains $CONFIGDIR/tray-monitor.d/monitor/bareos-mon.conf.
56 … * $CONFIGDIR/tray-monitor.d/client/FileDaemon-local.conf is part of bareos-filedaemon
57 … * $CONFIGDIR/tray-monitor.d/storage/StorageDaemon-local.conf is part of bareos-storage
58 * $CONFIGDIR/tray-monitor.d/director/Director-local.conf is part of bareos-director
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/
H A DREADME.configsubdirectories18 * $CONFIGDIR/$COMPONENT.conf
20 * $CONFIGDIR refers to the configuration directory. Bareos Linux packages use "/etc/bareos/".
31 * $CONFIGDIR/$COMPONENT.d/*/*.conf
40 * $CONFIGDIR/$COMPONENT.d/$RESOURCE/$NAME.conf.example
42 * $CONFIGDIR/bareos-director.d/profile/webui.conf
43 * $CONFIGDIR/bareos-director.d/console/user1.conf.example
54 … * bareos-traymonitor package only contains $CONFIGDIR/tray-monitor.d/monitor/bareos-mon.conf.
56 … * $CONFIGDIR/tray-monitor.d/client/FileDaemon-local.conf is part of bareos-filedaemon
57 … * $CONFIGDIR/tray-monitor.d/storage/StorageDaemon-local.conf is part of bareos-storage
58 * $CONFIGDIR/tray-monitor.d/director/Director-local.conf is part of bareos-director
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/
H A DREADME.configsubdirectories18 * $CONFIGDIR/$COMPONENT.conf
20 * $CONFIGDIR refers to the configuration directory. Bareos Linux packages use "/etc/bareos/".
31 * $CONFIGDIR/$COMPONENT.d/*/*.conf
40 * $CONFIGDIR/$COMPONENT.d/$RESOURCE/$NAME.conf.example
42 * $CONFIGDIR/bareos-director.d/profile/webui.conf
43 * $CONFIGDIR/bareos-director.d/console/user1.conf.example
54 … * bareos-traymonitor package only contains $CONFIGDIR/tray-monitor.d/monitor/bareos-mon.conf.
56 … * $CONFIGDIR/tray-monitor.d/client/FileDaemon-local.conf is part of bareos-filedaemon
57 … * $CONFIGDIR/tray-monitor.d/storage/StorageDaemon-local.conf is part of bareos-storage
58 * $CONFIGDIR/tray-monitor.d/director/Director-local.conf is part of bareos-director
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/
H A DREADME.configsubdirectories18 * $CONFIGDIR/$COMPONENT.conf
20 * $CONFIGDIR refers to the configuration directory. Bareos Linux packages use "/etc/bareos/".
31 * $CONFIGDIR/$COMPONENT.d/*/*.conf
40 * $CONFIGDIR/$COMPONENT.d/$RESOURCE/$NAME.conf.example
42 * $CONFIGDIR/bareos-director.d/profile/webui.conf
43 * $CONFIGDIR/bareos-director.d/console/user1.conf.example
54 … * bareos-traymonitor package only contains $CONFIGDIR/tray-monitor.d/monitor/bareos-mon.conf.
56 … * $CONFIGDIR/tray-monitor.d/client/FileDaemon-local.conf is part of bareos-filedaemon
57 … * $CONFIGDIR/tray-monitor.d/storage/StorageDaemon-local.conf is part of bareos-storage
58 * $CONFIGDIR/tray-monitor.d/director/Director-local.conf is part of bareos-director
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/
H A DREADME.configsubdirectories18 * $CONFIGDIR/$COMPONENT.conf
20 * $CONFIGDIR refers to the configuration directory. Bareos Linux packages use "/etc/bareos/".
31 * $CONFIGDIR/$COMPONENT.d/*/*.conf
40 * $CONFIGDIR/$COMPONENT.d/$RESOURCE/$NAME.conf.example
42 * $CONFIGDIR/bareos-director.d/profile/webui.conf
43 * $CONFIGDIR/bareos-director.d/console/user1.conf.example
54 … * bareos-traymonitor package only contains $CONFIGDIR/tray-monitor.d/monitor/bareos-mon.conf.
56 … * $CONFIGDIR/tray-monitor.d/client/FileDaemon-local.conf is part of bareos-filedaemon
57 … * $CONFIGDIR/tray-monitor.d/storage/StorageDaemon-local.conf is part of bareos-storage
58 * $CONFIGDIR/tray-monitor.d/director/Director-local.conf is part of bareos-director
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/
H A DREADME.configsubdirectories18 * $CONFIGDIR/$COMPONENT.conf
20 * $CONFIGDIR refers to the configuration directory. Bareos Linux packages use "/etc/bareos/".
31 * $CONFIGDIR/$COMPONENT.d/*/*.conf
40 * $CONFIGDIR/$COMPONENT.d/$RESOURCE/$NAME.conf.example
42 * $CONFIGDIR/bareos-director.d/profile/webui.conf
43 * $CONFIGDIR/bareos-director.d/console/user1.conf.example
54 … * bareos-traymonitor package only contains $CONFIGDIR/tray-monitor.d/monitor/bareos-mon.conf.
56 … * $CONFIGDIR/tray-monitor.d/client/FileDaemon-local.conf is part of bareos-filedaemon
57 … * $CONFIGDIR/tray-monitor.d/storage/StorageDaemon-local.conf is part of bareos-storage
58 * $CONFIGDIR/tray-monitor.d/director/Director-local.conf is part of bareos-director
[all …]

12345678910>>...25