On Wed, 26 Nov 2008, Richard Toohey wrote: > For the archives, I encountered the same thing. > /usr/local/share/config/kdesurc > > # $OpenBSD: kdesurc,v 1.1 2007/10/06 22:46:04 ajacoutot Exp $ > # > # This file specifies the backend to get superuser privileges > # sudo or su > # > > [super-user-command] > super-user-command=sudo > > Not sure if the right thing to do, but I changed the "sudo" in the last line > to "su" > and it worked for me.
It all depends how you superuser granting priviledges are configured. Under OpenBSD we like sudo better. If your user has sudo proviledges configured, then it should work... at least it does here. -- Antoine