blob: be66f0127c4c18d5eb1e358f62f7f6bd8949e7df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- Makefile.in Thu Mar 20 15:28:01 2003
+++ Makefile.in.new Sat Mar 29 15:37:05 2003
@@ -263,13 +263,6 @@
#----------------------------------------------------------
install: install-lkm install-program install-man install-data
- @echo; \
- echo " You can use 'samhain-install.sh uninstall' for uninstalling"; \
- echo " i.e. you might consider saving that script for future use";\
- echo; \
- echo " Use 'make install-boot' if you want @install_name@ to start on system boot"; \
- echo
-
purge: uninstall-lkm uninstall-program uninstall-man
@echo "./samhain-install.sh --destdir=$(DESTDIR) --force --verbose uninstall-data"; \
@@ -419,7 +412,7 @@
echo " -----------------------------------------------------";\
echo " The server will run as user @myident@ if started with";\
echo " root privileges, otherwise as the user of the parent ";\
- echo " process (use --enable-identity=USER to change).";\
+ echo " process (use RUNAS_USER=USER to change).";\
echo;\
echo " You may want to use: make install-user";\
echo;\
|