change to make-issue

Terry Chan tpchan at comcast.net
Sat Aug 9 08:07:00 GMT 2003


niki,

When I run your proposed script the line echo "This is \n (\s \m \r) \t - \l"
doesn't do anything useful or readable on box.

What is it that you are trying to do by not using uname ?

Terry
---------------------------------------------------------------
On Sat, Aug 09, 2003 at 01:15:56PM +0200, Niki Guldbrand wrote:
> Hi all.
> 
> Any one have any objections to change /sbin/make-issue (provided by
> util-linux) to this:
> 
> ---CUT---
> #!/bin/bash
>  
> for ISSUE in /etc/issue /etc/issue.net ; do
>   echo -e "\n" > $ISSUE
>   if [ -f /etc/lunar.release ] ; then
>     cat /etc/lunar.release >> $ISSUE
>   else
>     echo "Lunar Linux 1.2 (Pico)" >> $ISSUE
>   fi
>   echo "This is \n (\s \m \r) \t - \l" >> $ISSUE
>   echo "" >> $ISSUE
> done
> ---CUT---
> 
> 
> Niki


More information about the lunar-dev mailing list