Masato Taruishi
taru****@users*****
2004年 12月 9日 (木) 13:25:52 JST
=================================================================== RCS file: ultrapossum/module/server/update-server,v retrieving revision 1.58 retrieving revision 1.58.2.1 diff -u -r1.58 -r1.58.2.1 --- ultrapossum/module/server/update-server 2004/10/26 03:35:13 1.58 +++ ultrapossum/module/server/update-server 2004/12/09 04:25:52 1.58.2.1 @@ -223,7 +223,7 @@ exit 1 fi # FIXME: this is not correct - if test "x`grep suffix $SLAPDCONF | awk -F' ' '{print $2;}' | tr -d '\"' | egrep -v '^#'`" = "x$SUFFIX"; then + if test "x`grep -v '^#' $SLAPDCONF | grep suffix | awk -F' ' '{print $2;}' | tr -d '\"' | egrep -v '^#'`" = "x$SUFFIX"; then echo "E: You have already configured $SUFFIX other than UltraPossum in $SLAPDCONF" 1>&2 exit 1 fi