Need newline in inittab entry.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@959 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2008-04-01 17:15:09 +00:00
parent 3cef9081cb
commit 7f8d4016d5

View File

@ -363,7 +363,7 @@ sub update_inittab
my $spotinittab = "$::spot_loc/lpp/bos/inst_root/etc/inittab";
my $entry = "xcat:2:wait:/opt/xcat/xcatAIXpost";
my $entry = "xcat:2:wait:/opt/xcat/xcatAIXpost\n";
unless (open(INITTAB, ">>$spotinittab")) {
print "Could not open $spotinittab for appending.\n";