From: Sam Hartman Date: Wed, 6 Dec 2000 17:12:08 +0000 (+0000) Subject: Really remove mapfile X-Git-Tag: debian/1.0.1-2~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8bcc613cce48f715146177d16d160f4fe5c622d2;p=packages%2Fo%2Fopenafs.git Really remove mapfile --- diff --git a/src/afsd/afs.rc.linux b/src/afsd/afs.rc.linux index c82d39827..0b7d7f063 100644 --- a/src/afsd/afs.rc.linux +++ b/src/afsd/afs.rc.linux @@ -129,7 +129,7 @@ load_client() { set_prefix LOADED=`/sbin/lsmod | fgrep openafs` if [ -z "$LOADED" ] ; then - /sbin/insmod ${PREFIX:+-P $PREFIX} -f $MODLOADDIR/$LIBAFS > $MODLOADDIR/libafs.map 2>&1 + /sbin/insmod ${PREFIX:+-P $PREFIX} -f $MODLOADDIR/$LIBAFS fi }