Correct path to awk in genesis-scripts

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14782 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2013-01-07 15:26:39 +00:00
parent 62536efef3
commit 6b17abdd19
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/awk -f
#!/usr/bin/awk -f
BEGIN {
listener = "/inet/tcp/300/0/0"
quit = "no"

View File

@ -1,4 +1,4 @@
#!/bin/awk -f
#!/usr/bin/awk -f
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
BEGIN {
port = 3001

View File

@ -1,4 +1,4 @@
#!/bin/awk -f
#!/usr/bin/awk -f
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
BEGIN {
xcatdport = ARGV[2]