From b058210bdf4875f04f0e3114acef2bc9cee5050f Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Fri, 15 Oct 2010 17:39:55 +0200 Subject: [PATCH] apache: changed description of 'http' user to simply 'Webserver' --- network/apache/postsysfiles.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/apache/postsysfiles.in b/network/apache/postsysfiles.in index 6c2356c50..d6d951bd2 100644 --- a/network/apache/postsysfiles.in +++ b/network/apache/postsysfiles.in @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../apache/postsysfiles.in +# Copyright (C) 2010 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -13,5 +14,4 @@ # --- SDE-COPYRIGHT-NOTE-END --- safe_groupadd http 80 -safe_useradd http 80 80 "Apache Webserver" /var/empty /bin/false "*" - +safe_useradd http 80 80 "Webserver" /var/empty /bin/false "*"