Package: mairix
Version: 0.21-1
Severity: wishlist
Hello
I have add this script to run hourly mairix for each user they have a .mairixrc
file :
cat /etc/cron.hourly/mairix
#!/bin/bash
for user in $(find /home -maxdepth 2 -name .mairixrc | sed -e 's?/home/??' -e
's?/.mairixrc??')
do
su $user -c /usr/bin/mairix
done
-- System Information:
Debian Release: 5.0.6
APT prefers stable
APT policy: (900, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages mairix depends on:
ii libbz2-1.0 1.0.5-1+lenny1 high-quality block-sorting file co
ii libc6 2.7-18lenny4 GNU C Library: Shared libraries
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
mairix recommends no packages.
mairix suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]