Minor fixes for RS. Install signal handlers.

This commit is contained in:
Jorrit Herder
2005-10-12 15:06:00 +00:00
parent 2eca6f9374
commit ee1f2bcb39
4 changed files with 48 additions and 35 deletions

View File

@@ -31,8 +31,8 @@ $(LIBDRIVER):
# install with other drivers
install: /usr/sbin/$(DRIVER)
/usr/sbin/$(DRIVER): $(DRIVER)
install: /sbin/$(DRIVER)
/sbin/$(DRIVER): $(DRIVER)
install -o root -cs $? $@
# clean up local files