aboutsummaryrefslogtreecommitdiffstats
path: root/gg_sniff/Makefile
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-12-04 16:27:34 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-12-04 16:27:34 +0100
commit6632ec90a7eb678b3a61fbafab2e4911f8e668f1 (patch)
tree2af0a179f6ef60dedf6361d222fba16b22d9aac2 /gg_sniff/Makefile
parentoops, rename node_update_name() to ggnet_node_update_name() (diff)
downloadglouglou-6632ec90a7eb678b3a61fbafab2e4911f8e668f1.tar.xz
glouglou-6632ec90a7eb678b3a61fbafab2e4911f8e668f1.zip
fix "sudo make install" by removing wrong call to useradd
Diffstat (limited to 'gg_sniff/Makefile')
-rw-r--r--gg_sniff/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/gg_sniff/Makefile b/gg_sniff/Makefile
index 372ed86..07910a1 100644
--- a/gg_sniff/Makefile
+++ b/gg_sniff/Makefile
@@ -27,7 +27,6 @@ install:
echo done
@echo "installation of $(BINARY)"
mkdir -p $(BINDIR)
- useradd -d /var/empty/ -s /sbin/nologin _gg_sniff
install -m 0755 $(BINARY) $(BINDIR)
clean: