Package: mixmaster
Version: 3.0b2-2
Severity: normal
| [EMAIL PROTECTED]:~$ cat /etc/cron.daily/mixmaster
| #!/bin/sh
| # Mixmaster update cron job. To be run daily.
|
| # Get configuration
| . /etc/mixmaster/network.conf
|
| if [ "$NETWORK" = "permanent" -a -x /usr/bin/mixmaster-update ]; then
^^ bad.
| su mixmaster -c "/usr/bin/mixmaster-update"
| fi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

