1834254 Members
2279 Online
110066 Solutions
New Discussion

Re: timed disable

 
SOLVED
Go to solution
fahad_8
Advisor

timed disable

dear all

i want to disable timed on hp-ux system , please help me :)
3 REPLIES 3
Warren_9
Honored Contributor
Solution

Re: timed disable

hi,

# /sbin/init.d/xntpd stop

if you don't want the daemon to startup during system boot.

edit /etc/rc.config.d/netdaemons
and change the value of XNTPD to 0

export XNTPD=0

GOOD LUCK!!
fahad_8
Advisor

Re: timed disable

thanx for ur corporation ,

i have another question

how i can expose the version number and service type through banners ??

(edit the default banners)
Kenan Erdey
Honored Contributor

Re: timed disable

i didn't understand exactly but:

in /etc/inetd.conf line must be like:

telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b /etc/issue


then edit issue file as you wish. or clean it.

restart service as inetd -c.
Computers have lots of memory but no imagination