+++ Rahul Jindal [linux-india] <20/09/01 23:48 +0530>:
> i want to change the contents of /etc/issue (the banner). i've realized that
> solely changing the file doesn't do a permanant good. i recall someone
> saying that a change in one of the rc.d's is required. kindly help.

Do an fgrep in the rc.* scripts (startup scripts) for a couple fo lines which
rebuild /etc/issue at boot time.  Comment them out.

        -suresh

-- 
[Linux One Stanza Tip]  From : <[EMAIL PROTECTED]>
LOST #059        -**< Sub : Linux Gazette >**-
Get your copy of Linux Gazette on the first of every month:
#!/bin/bash
ISSUE=61   #Note: Issue 61 was Jan 2001 change for month reqd 
wget --tries=0 -v -c "ftp://ftp.ssc.com/pub/lg/lg-base.tar.gz";'
wget --tries=0 -v -c "ftp://ftp.ssc.com/pub/lg/lg-issue'$ISSUE'.tar.gz"'

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to