Browse Source

Merge pull request #12087 from simetnicbr/for-upstream/fping-suid

fping: add new config option to install SUID root
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
52d4b1e965
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/fping/Makefile

+ 2
- 2
net/fping/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=fping
PKG_VERSION:=4.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://fping.org/dist/
@ -46,7 +46,7 @@ CONFIGURE_ARGS+= \
define Package/fping/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/fping $(1)/usr/bin/
$(INSTALL_SUID) $(PKG_INSTALL_DIR)/usr/sbin/fping $(1)/usr/bin/
endef
$(eval $(call BuildPackage,fping))

Loading…
Cancel
Save