瀏覽代碼

sudo: preserve sudoers.d during sysupgrade

Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Alexander Tsoy 9 年之前
父節點
當前提交
5c8fe00d61
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      admin/sudo/Makefile

+ 2
- 1
admin/sudo/Makefile 查看文件

@@ -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+= \