This commit is contained in:
biosvos
2026-08-07 17:38:18 +09:00
commit 873193a243
9613 changed files with 2755992 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
/user/service/httpd/bin/apachectl stop
#HTTP_NUM=`ipcs -m | grep m | grep -v ' 0 -' | wc -l`
#while [ $HTTP_NUM -gt 2 ]; do
# HTTP_NUM=`ipcs -m | grep m | grep -v ' 0 -' | wc -l`
# sleep 1
# echo "WAIT FOR APACHE.. $HTTP_NUM"
#done;
sleep 3
#gmake install
cp .libs/libmod_dav_repos.so /user/service/httpd/modules/libmod_dav_repos.so
/user/service/httpd/bin/apachectl start