From 14339191afc5d77205487e3365ca2569f86afd44 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 3 Jul 2018 23:23:09 +0200 Subject: examples/var_service/: use standard logger script, viewer and pager scripts Signed-off-by: Denys Vlasenko --- examples/var_service/httpd/README | 5 ----- examples/var_service/httpd/log/run | 21 +-------------------- examples/var_service/httpd/p_log | 4 ---- examples/var_service/httpd/w_log | 4 ---- 4 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 examples/var_service/httpd/README delete mode 100755 examples/var_service/httpd/p_log delete mode 100755 examples/var_service/httpd/w_log (limited to 'examples/var_service/httpd') diff --git a/examples/var_service/httpd/README b/examples/var_service/httpd/README deleted file mode 100644 index 4ddccb22d..000000000 --- a/examples/var_service/httpd/README +++ /dev/null @@ -1,5 +0,0 @@ -The real README file is one directory up. - -This directory's run script can have useful comments. -If it doesn't but you feel it should, please send a patch -to busybox's mailing list. diff --git a/examples/var_service/httpd/log/run b/examples/var_service/httpd/log/run index 69d74b73f..756be4e7e 100755 --- a/examples/var_service/httpd/log/run +++ b/examples/var_service/httpd/log/run @@ -1,21 +1,2 @@ #!/bin/sh - -user=logger - -logdir="/var/log/service/`(cd ..;basename $PWD)`" -mkdir -p "$logdir" 2>/dev/null -chown -R "$user": "$logdir" -chmod -R go-rwxst,u+rwX "$logdir" -rm -rf logdir -ln -s "$logdir" logdir - -# make this dir accessible to logger -chmod a+rX . - -exec >/dev/null -exec 2>&1 -exec \ -env - PATH="$PATH" \ -softlimit \ -setuidgid "$user" \ -svlogd -tt "$logdir" +exec std_service_logger diff --git a/examples/var_service/httpd/p_log b/examples/var_service/httpd/p_log deleted file mode 100755 index a2521be05..000000000 --- a/examples/var_service/httpd/p_log +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -cd log/logdir || exit 1 -cat @* current | $PAGER diff --git a/examples/var_service/httpd/w_log b/examples/var_service/httpd/w_log deleted file mode 100755 index aa36ef13b..000000000 --- a/examples/var_service/httpd/w_log +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -cd log/logdir || exit 1 -watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b1-$((w-2))' -- cgit v1.2.3