rse 98/04/06 01:31:41
Modified: . STATUS
Log:
When Roy sees preloaded_modules and prelinked_modules at his step this is ok.
They have to be changed manually be me in step 2.
Revision Changes Path
1.266 +1 -1 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- STATUS 1998/04/06 08:30:04 1.265
+++ STATUS 1998/04/06 08:31:40 1.266
@@ -180,7 +180,7 @@
--disable-rule=HIDE
- check symbols
$ cd apache-1.3/src
- $ nm -g httpd | egrep -v '_module$' | egrep -v 'apx?_' | grep -v
'.o$'
+ $ nm -g httpd | egrep -v '_modules?$' | egrep -v 'apx?_' | grep -v
'.o$'
$ nm -g httpd | more
- check operation of server
$ cd apache-1.3