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