浏览代码

Fixed iwconfig wrapper

Maxim Kammerer 14 年之前
父节点
当前提交
0feeb5996a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/root/setup

+ 1 - 0
src/root/setup

@@ -526,6 +526,7 @@ chattr -f -a /tmp/.private || true
 sinfo "Installing wrappers"
 mv -n /sbin/iwconfig{,.orig}
 ln -sf ../usr/local/libexec/iwconfig.wrapper   /sbin/iwconfig
+find /sbin -maxdepth 1 -type l -lname iwconfig -exec ln -sf iwconfig.orig {} \;
 ln -sf ../local/libexec/vmmouse_detect.wrapper /usr/bin/vmmouse_detect