Browse Source

sudo: preserve sudoers.d during sysupgrade

Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
lilik-openwrt-22.03
Alexander Tsoy 10 years ago
parent
commit
5c8fe00d61
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      admin/sudo/Makefile

+ 2
- 1
admin/sudo/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=sudo
PKG_VERSION:=1.8.13
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_LICENSE:=ISC
PKG_LICENSE_FILES:=doc/LICENSE
@ -40,6 +40,7 @@ endef
define Package/sudo/conffiles
/etc/sudoers
/etc/sudoers.d/
endef
CONFIGURE_ARGS+= \


Loading…
Cancel
Save