From b714c2f1ef68d3666d14dd3a96351649468329aa Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Tue, 28 Nov 2006 14:36:02 +0000 Subject: [PATCH] Device-trees don't have symlinks made any more --- ybin/ofpath | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ybin/ofpath b/ybin/ofpath index b4981d7..aff5583 100755 --- a/ybin/ofpath +++ b/ybin/ofpath @@ -687,12 +687,6 @@ chrp() { case "$DEVNODE" in sd*) - if ls -l /proc/device-tree | grep -q ^d ; then - true - else - echo 1>&2 "$PRG: /proc/device-tree is broken." - return 1 - fi ## use common scsiinfo function to get info we need. scsiinfo || return 1 -- 2.39.2