From 636aeffd188845256657bcb4e9249c5eb6e43934 Mon Sep 17 00:00:00 2001 From: jbjohnso <jbjohnso@8638fb3e-16cb-4fca-ae20-7b5d299a9bcd> Date: Fri, 6 Jun 2008 19:45:10 +0000 Subject: [PATCH] Have a constant end of script line for getpostscripts git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1593 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatd | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index 91360cf96..57722351c 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -219,6 +219,7 @@ if ($inet6support) { foreach (@{$reply->{data}}) { print $conn $_; } + print $conn "#END OF SCRIPT\n"; close($conn); } elsif ($text =~ /^setiscsiparms/) { $text =~ s/^setiscsiparms\s+//;