Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!bunyip.cc.uq.oz.au!munnari.oz.au!spool.mu.edu!sol.ctr.columbia.edu!newsxfer.itd.umich.edu!news.itd.umich.edu!acc.flint.umich.edu!dustin From: dustin@acc.flint.umich.edu (Mike Dustin) Newsgroups: comp.unix.bsd Subject: sending "inetd" a hangup signal Date: 11 Oct 1994 03:52:39 GMT Organization: University of Michigan Lines: 19 Message-ID: <37d267$bpb@lastactionhero.rs.itd.umich.edu> NNTP-Posting-Host: acc.flint.umich.edu X-Newsreader: TIN [version 1.2 PL2] Hi unix buffs, I am trying to send the "inetd" proccess (a daemon daemon) a hangup signal to make it reread it's conf file. if 120 is the current procees number kill -1 120 (does nothing) kill 1 120 (system halt -swithced to single user mode) According to the man's I should be able to comment out a service in the conf file then send a hangup signal which should disable the commented out service. So far no luck. I am working on a NeXT250 with BSD Any suggestions would be appreciated. -madman -dustin@umcc.umich.edu