xcat-core/xCAT-server/share/xcat/netboot/aix/xcatAIXpost
2008-06-03 14:56:33 +00:00

11 lines
204 B
Perl

#!/usr/bin/env perl
#####################################################
#
# This is just a placeholder for now!
#
#####################################################
`touch /tmp/xcatpost`;
exit 0;