Browse Source
Merge pull request #15337 from SvenRoederer/xinetd-include
xinetd: honor ${IPKG_INSTROOT} when sourcing /lib/functions.sh
lilik-openwrt-22.03
Florian Eckert
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
net/xinetd/Makefile
-
net/xinetd/files/xinetd.init
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=xinetd |
|
|
|
PKG_VERSION:=2.3.15 |
|
|
|
PKG_RELEASE:=10 |
|
|
|
PKG_RELEASE:=11 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=https://github.com/xinetd-org/xinetd/archive |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/sh /etc/rc.common |
|
|
|
# Copyright (C) 2006-2011 OpenWrt.org |
|
|
|
|
|
|
|
. /lib/functions.sh |
|
|
|
. ${IPKG_INSTROOT}/lib/functions.sh |
|
|
|
|
|
|
|
START=50 |
|
|
|
STOP=10 |
|
|
|