git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6336fe5
)
sudo: preserve sudoers.d during sysupgrade
author
Alexander Tsoy
<redacted>
Sun, 28 Jun 2015 11:33:09 +0000
(14:33 +0300)
committer
Alexander Tsoy
<redacted>
Wed, 1 Jul 2015 16:26:30 +0000
(19:26 +0300)
Signed-off-by: Alexander Tsoy <redacted>
admin/sudo/Makefile
patch
|
blob
|
history
diff --git
a/admin/sudo/Makefile
b/admin/sudo/Makefile
index 69ace6060f200287767875138eca627fb2753daa..282db1a10982de9b285cb3ea40f235a26eb3155b 100644
(file)
--- a/
admin/sudo/Makefile
+++ b/
admin/sudo/Makefile
@@
-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+= \
git clone https://git.99rst.org/PROJECT