Browse Source

sudo: preserve sudoers.d during sysupgrade

Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Alexander Tsoy 9 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
9 9
 
10 10
 PKG_NAME:=sudo
11 11
 PKG_VERSION:=1.8.13
12
-PKG_RELEASE:=1
12
+PKG_RELEASE:=2
13 13
 PKG_LICENSE:=ISC
14 14
 PKG_LICENSE_FILES:=doc/LICENSE
15 15
 
@@ -40,6 +40,7 @@ endef
40 40
 
41 41
 define Package/sudo/conffiles
42 42
 /etc/sudoers
43
+/etc/sudoers.d/
43 44
 endef
44 45
 
45 46
 CONFIGURE_ARGS+= \