projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65c49f0
)
xinetd: save configurations in /etc/xinetd.d on sysupgrade
author
Helge Mader
<ma@dev.tdt.de>
Fri, 23 Oct 2020 08:29:42 +0000
(10:29 +0200)
committer
Helge Mader
<ma@dev.tdt.de>
Fri, 23 Oct 2020 09:14:07 +0000
(11:14 +0200)
For applications writing their own xinetd configuration to the /etc/xinetd.d
directory it would be necessary to save them (e.g. a user edits them manually)
Signed-off-by: Helge Mader <ma@dev.tdt.de>
net/xinetd/Makefile
patch
|
blob
|
history
diff --git
a/net/xinetd/Makefile
b/net/xinetd/Makefile
index f318f6291b959bc47a3ce3483af59111db5a680b..84f915307a13e031def11995d7241f212e2d2f7a 100644
(file)
--- a/
net/xinetd/Makefile
+++ b/
net/xinetd/Makefile
@@
-41,6
+41,7
@@
endef
define Package/xinetd/conffiles
/etc/config/xinetd
+/etc/xinetd.d
endef
TARGET_CFLAGS += -DNO_RPC