X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dsa-metapackages.git;a=blobdiff_plain;f=apache2-vhost-update;h=5bddf71c3b196e6c19e8d8441bb02af91698d18d;hp=46643e80f8f3588e951307527215530f72ff76e2;hb=4a37792f975f598b2d27224a081b60da117e7ac6;hpb=0ab47a5ec00c201f3cccdd59cf15795a2feff039 diff --git a/apache2-vhost-update b/apache2-vhost-update index 46643e8..5bddf71 100755 --- a/apache2-vhost-update +++ b/apache2-vhost-update @@ -19,7 +19,7 @@ # %apachectrl ALL=(root) /usr/sbin/apache2-vhost-update -# Copyright (c) 2009 Peter Palfrader +# Copyright (c) 2009,2010 Peter Palfrader # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -130,6 +130,9 @@ if [ "$?" != "0" ]; then exit 1 fi +echo "Differences:" +rcsdiff -u "$DESTINATION/$site" + echo "update run by $USER($SUDO_USER) at `date -R -u` on `hostname -f`" | \ ci -u "$DESTINATION/$site" if [ "$?" != "0" ]; then