Bug 6784

Summary: gnome-ppp start script not right handle group which belong user
Product: Sisyphus Reporter: Alexander All2 <sazs>
Component: gnome-pppAssignee: Vitaly Lipatov <lav>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P2    
Version: unstable   
Hardware: all   
OS: Linux   

Description Alexander All2 2005-05-05 14:24:19 MSD
In start script which checks user group is written like this:

groups | grep netadmin; R=0
if [ "" = "0" ]; then
...

this doesnt handle right group for user on my PC
I suggest to use script like this:

groups | grep netadmin
if [ $? = "0" ]; then
...
This works fine for me
What do you think?
Comment 1 Alexander All2 2005-05-05 14:27:43 MSD
rpm -qa gnome-ppp
gnome-ppp-0.3.21-alt1
Comment 2 Vitaly Lipatov 2005-05-05 23:56:24 MSD
Спасибо, исправил в gnome-ppp-0.3.21-alt2 
P.S. Если хотите, можно писать in Russian. 
Comment 3 Vitaly Lipatov 2005-06-01 01:08:40 MSD
исправлено