r2811 - configs/daniel/desktop/config/chroot_local-includes/usr/local/bin

daniel at alioth.debian.org daniel at alioth.debian.org
Thu Aug 30 12:08:49 UTC 2007


Author: daniel
Date: 2007-08-30 12:08:49 +0000 (Thu, 30 Aug 2007)
New Revision: 2811

Modified:
   configs/daniel/desktop/config/chroot_local-includes/usr/local/bin/apt-check
Log:


Modified: configs/daniel/desktop/config/chroot_local-includes/usr/local/bin/apt-check
===================================================================
--- configs/daniel/desktop/config/chroot_local-includes/usr/local/bin/apt-check	2007-08-29 23:11:27 UTC (rev 2810)
+++ configs/daniel/desktop/config/chroot_local-includes/usr/local/bin/apt-check	2007-08-30 12:08:49 UTC (rev 2811)
@@ -24,7 +24,7 @@
 cat > "${TEMPFILE}" << EOF
 To: ${EMAIL}
 From: apt-check@${HOSTNAME}
-Subject: Package updates available on ${HOSTNAME} (${DATE})
+Subject: apt-check on ${HOSTNAME} (${DATE})
 
 Dear System Administrator,
 
@@ -36,6 +36,6 @@
 apt-check (the script behind the curtain)
 EOF
 
-	cat "${TEMPFILE}" | /usr/sbin/sendmail -t
+	cat "${TEMPFILE}" | /usr/sbin/sendmail -t -F "apt-check@${HOSTNAME}" -f "apt-check@${HOSTNAME}"
 	rm -f "${TEMPFILE}"
 fi




More information about the debian-live-changes mailing list