]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- really working :)
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Tue, 22 Feb 2000 23:28:04 +0000 (23:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldnotify.awk -> 1.7

pldnotify.awk

index d5e7a2425d0c1907a51c8cb8f1e1b34f546f282f..1beb35e64d752a2d1a4b6f60c75a388e5ad0c1d1 100644 (file)
@@ -84,7 +84,7 @@ function get_ftp_links(host,dir,port) {
        "mktemp /tmp/XXXXXX" | getline tmpfile
        close("mktemp /tmp/XXXXXX")
        
-       system("export PLIKTMP=\"" tmpfile "\" FTP_DIR=\"" dir "\" FTP_PASS=\"sebek@sith\" FTP_USERNAME=\"anonymous\" ; nc -e \"ftplinks.sh\" " host " " port)
+       system("export PLIKTMP=\"" tmpfile "\" FTP_DIR=\"" dir "\" FTP_PASS=\"sebek@sith\" FTP_USERNAME=\"anonymous\" FTP_HOST=\"" host "\" ; nc -e \"ftplinks.sh\" " host " " port)
        
        while (getline link < tmpfile)
                retval=(retval " " link)
This page took 0.037273 seconds and 4 git commands to generate.