#!/bin/sh

echo "overwriting sudoers"
cat >> /etc/sudoers <<EOF
user ALL = NOPASSWD: /usr/bin/maemo-dm , /usr/bin/maemo-dm 1
EOF

