diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index 4aa7f9d30..91360cf96 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -214,6 +214,12 @@ if ($inet6support) { } elsif ($text =~ /locktftpdir/) { chmod 0755,"$tftpdir/xcat/$node"; chmod 0644,glob("$tftpdir/xcat/$node/*"); + } elsif ($text =~ /^getpostscript/) { + my $reply =plugin_command({command=>['getpostscript'],_xcat_clienthost=>[$node]},undef,\&convey_response); + foreach (@{$reply->{data}}) { + print $conn $_; + } + close($conn); } elsif ($text =~ /^setiscsiparms/) { $text =~ s/^setiscsiparms\s+//; my $kname;