pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/pbulk/files/pbulk/scripts



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Sat Apr  4 15:17:48 UTC 2020

Modified Files:
        pkgsrc/pkgtools/pbulk/files/pbulk/scripts: client-prepare

Log Message:
Fix typo: $client_prepare_chroot, not clients_prepare_chroot.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    pkgsrc/pkgtools/pbulk/files/pbulk/scripts/client-prepare

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pbulk/files/pbulk/scripts/client-prepare
diff -u pkgsrc/pkgtools/pbulk/files/pbulk/scripts/client-prepare:1.4 pkgsrc/pkgtools/pbulk/files/pbulk/scripts/client-prepare:1.5
--- pkgsrc/pkgtools/pbulk/files/pbulk/scripts/client-prepare:1.4        Sat Apr  4 15:17:36 2020
+++ pkgsrc/pkgtools/pbulk/files/pbulk/scripts/client-prepare    Sat Apr  4 15:17:48 2020
@@ -1,5 +1,5 @@
 #!@SH@
-# $NetBSD: client-prepare,v 1.4 2020/04/04 15:17:36 riastradh Exp $
+# $NetBSD: client-prepare,v 1.5 2020/04/04 15:17:48 riastradh Exp $
 
 . @PBULK_CONFIG@
 
@@ -46,7 +46,7 @@ for client in ${unique_clients}; do
        if [ -z "$path" ]; then
                ssh $port $client "${client_prepare_action}" &
        else
-               clients_prepare_chroot "$path" &
+               $client_prepare_chroot "$path" &
        fi
 done
 



Home | Main Index | Thread Index | Old Index