mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
sudo: preserve sudoers.d during sysupgrade
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
This commit is contained in:
+2
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=sudo
|
PKG_NAME:=sudo
|
||||||
PKG_VERSION:=1.8.13
|
PKG_VERSION:=1.8.13
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_LICENSE:=ISC
|
PKG_LICENSE:=ISC
|
||||||
PKG_LICENSE_FILES:=doc/LICENSE
|
PKG_LICENSE_FILES:=doc/LICENSE
|
||||||
|
|
||||||
@@ -40,6 +40,7 @@ endef
|
|||||||
|
|
||||||
define Package/sudo/conffiles
|
define Package/sudo/conffiles
|
||||||
/etc/sudoers
|
/etc/sudoers
|
||||||
|
/etc/sudoers.d/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
|
|||||||
Reference in New Issue
Block a user