Removed PM signon for INET. Now daemonized in /usr/etc/rc.
SIGTRAP generated in PM (where it belongs / no longer in kernel). Updated Makefiles: servers are now installed in /usr/sbin.
This commit is contained in:
+2
-2
@@ -25,8 +25,8 @@ $(SERVER): $(OBJ)
|
||||
install -S 512w $@
|
||||
|
||||
# install with other servers
|
||||
install: /usr/sbin/servers/$(SERVER)
|
||||
/usr/sbin/servers/$(SERVER): $(SERVER)
|
||||
install: /usr/sbin/$(SERVER)
|
||||
/usr/sbin/$(SERVER): $(SERVER)
|
||||
install -o root -cs $? $@
|
||||
|
||||
# clean up local files
|
||||
|
||||
Reference in New Issue
Block a user