From 3b30c50e64735d6d71d6a888f7befbfd86aad637 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 9 Nov 1999 21:16:54 +0000 Subject: [PATCH] Found in chiark:/etc/userv/services.d --- misc/mailq | 9 +++++++++ misc/ndc-reload | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 misc/mailq create mode 100644 misc/ndc-reload 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 -- 2.30.2