View Single Post
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#93
Originally Posted by qole View Post
So, with Aegis gone, I am thinking of trying to install Debian Lenny sudo and its libpam dependencies on my n950. Is this a bad idea? What will this break?
I did this "fake" solution before and it could probably be made better.. it doesn't work in all circumstances.

Code:
#!/bin/sh

case "$*" in
	* ) 
	read -p "Password: " -s PASSWORD
	echo $PASSWORD | devel-su -c "$*"
;;
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums
 

The Following 2 Users Say Thank You to AlMehdi For This Useful Post: