# HG changeset patch # User heiko # Date 1180012059 0 # Node ID 96b8ba1582f7d5e29597fdd0a9f4a4cbe6285208 # Parent 3b37618b5bdcd3697253d95ec0285344a5ea7757 - run-parts integrated diff -r 3b37618b5bdc -r 96b8ba1582f7 ha-sync --- a/ha-sync Thu May 24 12:51:16 2007 +0000 +++ b/ha-sync Thu May 24 13:07:39 2007 +0000 @@ -81,10 +81,14 @@ echo "processing acl..." find ${FS##/} -xdev -depth -not -type l -print0 | xargs -0 getfacl --skip-base \ - | ssh `other` 'cd / && setfacl --restore -' + | ssh -i $SSHID `other` 'cd / && setfacl --restore -' done # we do not sync the kernel anymore! #test "$opt_dry" || ${opt_debug+echo} ssh -i $SSHID `other` update-grub + +test "$opt_dry" \ + || ${opt_debug+echo} \ + ssh -i $SSHID `other` "run-parts /etc/ha-sync/scripts"