|
Bugzilla – Full Text Bug Listing |
| Summary: | obsolete code in yast2-irda | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Ludwig Nussel <lnussel> |
| Component: | YaST2 | Assignee: | 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: | --- |
ok |
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)