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:
parent
62536efef3
commit
6b17abdd19
@ -1,4 +1,4 @@
|
||||
#!/bin/awk -f
|
||||
#!/usr/bin/awk -f
|
||||
BEGIN {
|
||||
listener = "/inet/tcp/300/0/0"
|
||||
quit = "no"
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user