Commit 6d1e0742 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

fping should have SUID bit set

parent 37b54e35
...@@ -3,4 +3,5 @@ all: ...@@ -3,4 +3,5 @@ all:
cd fping-4.2 && ./configure --prefix=/usr cd fping-4.2 && ./configure --prefix=/usr
$(MAKE) -C fping-4.2 $(MAKE) -C fping-4.2
$(MAKE) -C fping-4.2 install $(MAKE) -C fping-4.2 install
chmod u+s /usr/sbin/fping
rm -rf fping-4.2 rm -rf fping-4.2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment