Browse Source

treewide: fix broken conffiles

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
lilik-openwrt-22.03
Huangbin Zhan 3 years ago
committed by Rosen Penev
parent
commit
e6e770b268
3 changed files with 8 additions and 8 deletions
  1. +2
    -2
      net/dante/Makefile
  2. +1
    -1
      net/frp/Makefile
  3. +5
    -5
      utils/podman/Makefile

+ 2
- 2
net/dante/Makefile View File

@ -87,7 +87,7 @@ This package provides the Dante sockd daemon.
endef
define Package/sockd/conffiles
/etc/sockd.conf
/etc/sockd.conf
endef
define Package/sockd/install
@ -116,7 +116,7 @@ This package provides the Dante socksify client.
endef
define Package/socksify/conffiles
/etc/socks.conf
/etc/socks.conf
endef
define Package/socksify/install


+ 1
- 1
net/frp/Makefile View File

@ -51,7 +51,7 @@ define Package/frp/template
endef
define Package/$(1)/conffiles
/etc/config/$(1)
/etc/config/$(1)
endef
define Package/$(1)/install


+ 5
- 5
utils/podman/Makefile View File

@ -69,11 +69,11 @@ define Package/podman-selinux/description
endef
define Package/podman/conffiles
/etc/containers/policy.json
/etc/containers/storage.conf
/etc/containers/registries.conf
/etc/containers/containers.conf
/etc/cni/net.d/87-podman-bridge.conflist
/etc/containers/policy.json
/etc/containers/storage.conf
/etc/containers/registries.conf
/etc/containers/containers.conf
/etc/cni/net.d/87-podman-bridge.conflist
endef
Package/podman-selinux/conffiles = $(Package/podman/conffiles)


Loading…
Cancel
Save