<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/conf.sh.old	2003-08-04 15:09:48.000000000 -0700
+++ src/conf.sh	2003-08-04 15:10:00.000000000 -0700
@@ -77,10 +77,6 @@
 rm -f a.d &amp;&amp;
 date &gt;a.d &amp;&amp;
 chmod 0 a.d &amp;&amp;
-{ test -w a.d || cp /dev/null a.d 2&gt;/dev/null; } &amp;&amp; {
-	echo &gt;&amp;3 "$n$0: This command should not be run with superuser permissions."
-	exit 1
-}
 echo &gt;&amp;3 OK
 rm -f a.d || exit
 
</pre></body></html>