| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch | 31 - SYSCONFDIR "/rpmrc", ":"); 32 + etcconfdir, SYSCONFDIR "/rpmrc", ":", NULL); 40 - SYSCONFDIR "/rpm/macros.*", ":", 41 - SYSCONFDIR "/rpm/macros", ":", 42 - SYSCONFDIR "/rpm/%{_target}/macros", ":"); 43 + etcconfdir, SYSCONFDIR "/rpm/macros.*", ":", 44 + etcconfdir, SYSCONFDIR "/rpm/macros", ":", 45 + etcconfdir, SYSCONFDIR "/rpm/%{_target}/macros", ":", NULL); 53 - const char * const platform_path = SYSCONFDIR "/rpm/platform"; 58 + const char * const platform_path = rstrscat(NULL, etcconfdir, SYSCONFDIR "/rpm/platform", NULL…
|
| H A D | 0001-Do-not-read-config-files-from-HOME.patch | 20 - SYSCONFDIR "/rpmrc", ":", 22 + SYSCONFDIR "/rpmrc", ":"); 28 SYSCONFDIR "/rpm/macros.*", ":", 29 SYSCONFDIR "/rpm/macros", ":", 30 - SYSCONFDIR "/rpm/%{_target}/macros", ":", 32 + SYSCONFDIR "/rpm/%{_target}/macros", ":");
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/openssh/ |
| H A D | sshd_check_keys | 39 [ -z "$SYSCONFDIR" ] && SYSCONFDIR=/etc/ssh 40 mkdir -p $SYSCONFDIR 61 [ -z "${HOST_KEYS}" ] && HOST_KEYS="$SYSCONFDIR/ssh_host_rsa_key $SYSCONFDIR/ssh_host_ecdsa_key $SY…
|
| H A D | init | 19 [ -z "$SYSCONFDIR" ] && SYSCONFDIR=/etc/ssh 20 mkdir -p $SYSCONFDIR 24 if [ -e $SYSCONFDIR/sshd_not_to_be_run ]; then 25 echo "OpenBSD Secure Shell server not in use ($SYSCONFDIR/sshd_not_to_be_run)"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | webmin.service | 10 ExecStart=@SYSCONFDIR@/webmin/start 11 ExecStop=@SYSCONFDIR@/webmin/stop 12 ExecReload=@SYSCONFDIR@/webmin/reload
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/quagga/files/ |
| H A D | ripd.service | 5 ConditionPathExists=@SYSCONFDIR@/quagga/ripd.conf 9 EnvironmentFile=-@SYSCONFDIR@/default/quagga 10 ExecStart=@SBINDIR@/ripd -d $ripd_options -f @SYSCONFDIR@/quagga/ripd.conf
|
| H A D | bgpd.service | 5 ConditionPathExists=@SYSCONFDIR@/quagga/bgpd.conf 9 EnvironmentFile=-@SYSCONFDIR@/default/quagga 10 ExecStart=@SBINDIR@/bgpd -d $bgpd_options -f @SYSCONFDIR@/quagga/bgpd.conf
|
| H A D | ospfd.service | 5 ConditionPathExists=@SYSCONFDIR@/quagga/ospfd.conf 9 EnvironmentFile=-@SYSCONFDIR@/default/quagga 10 ExecStart=@SBINDIR@/ospfd -d $ospfd_options -f @SYSCONFDIR@/quagga/ospfd.conf
|
| H A D | ospf6d.service | 5 ConditionPathExists=@SYSCONFDIR@/quagga/ospf6d.conf 9 EnvironmentFile=-@SYSCONFDIR@/default/quagga 10 ExecStart=@SBINDIR@/ospf6d -d $ospf6d_options -f @SYSCONFDIR@/quagga/ospf6d.conf
|
| H A D | ripngd.service | 5 ConditionPathExists=@SYSCONFDIR@/quagga/ripngd.conf 9 EnvironmentFile=-@SYSCONFDIR@/default/quagga 10 ExecStart=@SBINDIR@/ripngd -d $ripngd_options -f @SYSCONFDIR@/quagga/ripngd.conf
|
| H A D | zebra.service | 5 ConditionPathExists=@SYSCONFDIR@/quagga/zebra.conf 9 EnvironmentFile=-@SYSCONFDIR@/default/quagga 11 ExecStart=@SBINDIR@/zebra -d $zebra_options -f @SYSCONFDIR@/quagga/zebra.conf
|
| H A D | isisd.service | 5 ConditionPathExists=@SYSCONFDIR@/quagga/isisd.conf 9 EnvironmentFile=-@SYSCONFDIR@/default/quagga
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/files/ |
| H A D | mosquitto.init | 34 . @SYSCONFDIR@/init.d/functions 41 …background --make-pidfile --pidfile ${PIDFILE} --exec ${DAEMON} -- -c @SYSCONFDIR@/mosquitto/mosqu… 73 …background --make-pidfile --pidfile ${PIDFILE} --exec ${DAEMON} -- -c @SYSCONFDIR@/mosquitto/mosqu…
|
| /OK3568_Linux_fs/buildroot/package/php/ |
| H A D | 0004-Call-apxs-with-correct-prefix.patch | 10 -S SYSCONFDIR='$(INSTALL_ROOT)/etc/apache2' -i -a -n php" 34 if test -z `$APXS -q SYSCONFDIR`; then 40 APXS_SYSCONFDIR='$(INSTALL_ROOT)'`$APXS -q SYSCONFDIR` 44 -S SYSCONFDIR='$APXS_SYSCONFDIR' \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd-systemctl/ |
| H A D | systemctl | 20 SYSCONFDIR = Path("etc") variable 188 systemdir = self.root / SYSCONFDIR / "systemd" / "system" 246 systemdir = self.root / SYSCONFDIR / "systemd" / "system" 257 systemdir = self.root / SYSCONFDIR / "systemd" / "system" 294 (root / SYSCONFDIR / "machine-id").touch() 314 locations.append(SYSCONFDIR / "systemd")
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/apmd/apmd/ |
| H A D | apmd.service | 6 EnvironmentFile=-@SYSCONFDIR@/default/apmd 7 ExecStart=@SBINDIR@/apmd -P @SYSCONFDIR@/apm/apmd_proxy $APMD
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/radvd/files/ |
| H A D | radvd.service | 4 ConditionPathExists=@SYSCONFDIR@/radvd.conf 7 EnvironmentFile=-@SYSCONFDIR@/default/radvd
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | php-fpm.service | 7 ExecStart=@SYSCONFDIR@/init.d/php-fpm start 8 ExecStop=@SYSCONFDIR@/init.d/php-fpm stop
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/ |
| H A D | nfs-mountd.service | 9 ConditionPathExists=@SYSCONFDIR@/exports 12 EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf
|
| H A D | nfs-server.service | 9 ConditionPathExists=@SYSCONFDIR@/exports 13 EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dnf/dnf/ |
| H A D | 0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch | 21 -SET( SYSCONFDIR /etc) 23 +SET( SYSCONFDIR ${CMAKE_INSTALL_SYSCONFDIR})
|
| /OK3568_Linux_fs/buildroot/package/pdmenu/ |
| H A D | 0002-Makefile-autoconf-makeinfo.in-support-build-install-.patch | 54 $(INSTALL) examples/pdmenurc $(INSTALL_PREFIX)/$(SYSCONFDIR)/pdmenurc -m 0644 72 DEFINES = -DETCDIR=\"${SYSCONFDIR}/\" -DVER=\"${VER}\" @DEFS@ \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/ |
| H A D | ptpd.service | 6 EnvironmentFile=-@SYSCONFDIR@/default/ptpd
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/ |
| H A D | proftpd.service | 7 ExecStart=@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/ |
| H A D | pppoe-server.service | 7 EnvironmentFile=-@SYSCONFDIR@/default/pppoe-server
|