--- 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;\