The miracles of testing, had to change the conditional because

Mandrake installs both getty and mingetty.
This commit is contained in:
freesource
2003-02-13 07:37:49 +00:00
parent b4c152d3c6
commit 9c9e229c1d
4 changed files with 42 additions and 42 deletions
+5 -5
View File
@@ -3,7 +3,7 @@
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
alink="#FF0000">
<center>$Id: index.html,v 1.115 2003/02/11 07:50:08 freesource Exp $</center>
<center>$Id: index.html,v 1.116 2003/02/12 00:33:42 freesource Exp $</center>
<p>
@@ -1749,10 +1749,7 @@ Usage: gbootroot [OPTION]...
---------
\
if ( getty )
/etc/inittab <= Replacements/etc/inittab.example-deb
/sbin/getty
elsif ( mingetty )
if ( mingetty )
/etc/inittab <= Replacements/etc/inittab.example.mingetty-rpm
/sbin/mingetty
/etc/gettydefs
@@ -1760,6 +1757,9 @@ Usage: gbootroot [OPTION]...
/etc/inittab <= Replacements/etc/inittab.example.agetty-slack
/sbin/agetty
/etc/gettydefs
elsif ( getty )
/etc/inittab <= Replacements/etc/inittab.example-deb
/sbin/getty
\
Example 2