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:
e1720e5
)
sane-backends: add missing config file
author
Luiz Angelo Daros de Luca
<redacted>
Tue, 12 Apr 2016 05:49:25 +0000
(
02:49
-0300)
committer
Luiz Angelo Daros de Luca
<redacted>
Tue, 12 Apr 2016 05:51:06 +0000
(
02:51
-0300)
/etc/xinetd.d/sane-port is a config file.
Signed-off-by: Luiz Angelo Daros de Luca <redacted>
utils/sane-backends/Makefile
patch
|
blob
|
history
diff --git
a/utils/sane-backends/Makefile
b/utils/sane-backends/Makefile
index 5a18d1ad9b99d63d2ff76ad149a3ccde3f710dc9..0eee249c509d5bdea1b293605c6916fdb82fcd9a 100644
(file)
--- a/
utils/sane-backends/Makefile
+++ b/
utils/sane-backends/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=sane-backends
PKG_VERSION:=1.0.25
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://fossies.org/linux/misc \
https://alioth.debian.org/frs/download.php/file/4146/
@@
-203,6
+203,7
@@
endef
define Package/sane-daemon/conffiles
/etc/sane.d/saned.conf
+/etc/xinetd.d/sane-port
endef
define Package/sane-frontends/install
git clone https://git.99rst.org/PROJECT