From 2841512efcbde72742665f2556882936eb4fbdaf Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 8 Apr 1999 13:01:50 +0000 Subject: [PATCH] [ AND DOCUMENT! ] all svc_acct services should have a default or fixed shell --- htdocs/edit/part_svc.cgi | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/htdocs/edit/part_svc.cgi b/htdocs/edit/part_svc.cgi index 95e1c8755..57811a0b6 100755 --- a/htdocs/edit/part_svc.cgi +++ b/htdocs/edit/part_svc.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: part_svc.cgi,v 1.9 1999-02-23 08:09:21 ivan Exp $ +# $Id: part_svc.cgi,v 1.10 1999-04-08 13:01:50 ivan Exp $ # # ivan@sisd.com 97-nov-14 # @@ -10,7 +10,11 @@ # use FS::CGI, added inline documentation ivan@sisd.com 98-jul-12 # # $Log: part_svc.cgi,v $ -# Revision 1.9 1999-02-23 08:09:21 ivan +# Revision 1.10 1999-04-08 13:01:50 ivan +# [ AND DOCUMENT! ] all svc_acct services should have a default +# or fixed shell +# +# Revision 1.9 1999/02/23 08:09:21 ivan # beginnings of one-screen new customer entry and some other miscellania # # Revision 1.8 1999/02/07 09:59:21 ivan @@ -120,7 +124,7 @@ END 'quota' => '(unimplemented)', '_password' => 'Password', 'gid' => 'GID (when blank, defaults to UID)', - 'shell' => 'Shell', + 'shell' => 'Shell (all service definitions should have a default or fixed shell that is present in the shells configuration file)', 'finger' => 'GECOS', }, 'svc_domain' => { -- 2.11.0