Logo
Explore Help
Sign In
arif/xcat-core
1
0
Fork 0
You've already forked xcat-core
Code Issues Pull Requests Projects Releases Wiki Activity
xcat-core/xCAT/postscripts/allowcred.awk

16 lines
338 B
Awk
Raw Normal View History

-Fix credentials plugin to not block install if not allowed git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1220 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-04-29 13:57:57 +00:00
#!/usr/bin/awk -f
BEGIN {
listener = "/inet/tcp/300/0/0"
quit = "no"
-Change .directories in postscripts dir for wget traversal -Change remoteshell to retrieve ssh host keys via credentials plugin -Change allowcred.awk to be persistant in execution for multiple runs -Move stunnel setup to the post.rh scripts (post.sles to do) -Migrate to no longer have per-node postscripts generated for redhat installs -Change to no longer use a postscripts tar file, recursive ftp instead -Change to setup vsftpd git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1238 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-04-30 20:54:57 +00:00
while (match(quit,"no")) {
while ((listener |& getline) > 0) {
if (match($0,"CREDOKBYYOU?")) {
print "CREDOKBYME" |& listener
}
}
close(listener)
}
-Fix credentials plugin to not block install if not allowed git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1220 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-04-29 13:57:57 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 2705ms Template: 168ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API