From 51e298472440b9d6e89ba8972223042ecbd62a5e Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 26 Dec 2014 11:55:04 +0000 Subject: [PATCH] additional BSD notes --- Netdisco/lib/App/Netdisco/Manual/BSDInstall.pod | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Netdisco/lib/App/Netdisco/Manual/BSDInstall.pod b/Netdisco/lib/App/Netdisco/Manual/BSDInstall.pod index 98557bc8..8fc73aad 100644 --- a/Netdisco/lib/App/Netdisco/Manual/BSDInstall.pod +++ b/Netdisco/lib/App/Netdisco/Manual/BSDInstall.pod @@ -34,7 +34,7 @@ C (should install the Perl binding C) =head2 Netdisco User - pw useradd netdisco -N -m -s /bin/bash -w no + pw useradd netdisco -N -m -s /bin/sh -w no =head2 PostgreSQL Setup @@ -55,4 +55,15 @@ C doesn't seem to work on NetBSD. This needs looking into. Nothing will break, but it just means the server probably isn't tuned to your system's hardware (RAM, etc). +=head1 Run Control Script + + # PROVIDE: netdiscoweb + # REQUIRE: DAEMON + # BEFORE: LOGIN + # KEYWORD: shutdown + + rcvar="netdisco_enable" + +See also L + =cut