Bug 435993

Summary: obsolete code in yast2-irda
Product: [openSUSE] openSUSE 11.1 Reporter: Ludwig Nussel <lnussel>
Component: YaST2Assignee: Jiří Suchomel <jsuchome>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None    
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Ludwig Nussel 2008-10-16 09:47:16 UTC
Irda.ycp contains

    // create symlink to /dev/pilot (#47804)
    if (link_pilot)
    {
	if ((boolean)SCR::Execute (.target.symlink,"/dev/ircomm0","/dev/pilot"))
	{
	    SCR::Execute (.target.bash, "/sbin/resmgr add /dev/pilot desktop");
	}
    }


The first call is obsolete as /dev is on shm so the link isn't persistent and the seconds is obsolete as resmgr doesn't exist anymore (and the called didn't work before either)
Comment 1 Jiří Suchomel 2008-10-16 11:07:30 UTC
ok