From: ian Date: Tue, 9 Nov 1999 21:16:54 +0000 (+0000) Subject: Found in chiark:/etc/userv/services.d X-Git-Tag: rel-uservutils-0-1~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv-utils.git;a=commitdiff_plain;h=3b30c50e64735d6d71d6a888f7befbfd86aad637 Found in chiark:/etc/userv/services.d --- diff --git a/misc/mailq b/misc/mailq new file mode 100644 index 0000000..73f9fbf --- /dev/null +++ b/misc/mailq @@ -0,0 +1,9 @@ +if ( grep calling-user-shell /etc/shells + & glob service-user mail + ) + reset + no-set-environment + suppress-args + disconnect-hup + execute sendmail -bp +fi diff --git a/misc/ndc-reload b/misc/ndc-reload new file mode 100644 index 0000000..ac3b684 --- /dev/null +++ b/misc/ndc-reload @@ -0,0 +1,10 @@ +# +if ( glob calling-user ian ijackson + & glob service-user root + ) + reset + no-set-environment + suppress-args + no-disconnect-hup + execute ndc reload +fi