[Openvas-commits] r3138 - trunk/openvas-server

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Apr 20 11:58:51 CEST 2009


Author: mwiegand
Date: 2009-04-20 11:58:51 +0200 (Mon, 20 Apr 2009)
New Revision: 3138

Modified:
   trunk/openvas-server/ChangeLog
   trunk/openvas-server/openvas-adduser.in
Log:
* openvas-adduser.in: Stop openvas-adduser from creating the now
obsolete "plugins" directory for new users.


Modified: trunk/openvas-server/ChangeLog
===================================================================
--- trunk/openvas-server/ChangeLog	2009-04-20 09:56:07 UTC (rev 3137)
+++ trunk/openvas-server/ChangeLog	2009-04-20 09:58:51 UTC (rev 3138)
@@ -1,5 +1,10 @@
 2009-04-20  Michael Wiegand <michael.wiegand at intevation.de>
 
+	* openvas-adduser.in: Stop openvas-adduser from creating the now
+	obsolete "plugins" directory for new users.
+
+2009-04-20  Michael Wiegand <michael.wiegand at intevation.de>
+
 	* packaging/debian/openvas-server.dirs: Added var/cache/openvas to the
 	list of directories to be created.
 

Modified: trunk/openvas-server/openvas-adduser.in
===================================================================
--- trunk/openvas-server/openvas-adduser.in	2009-04-20 09:56:07 UTC (rev 3137)
+++ trunk/openvas-server/openvas-adduser.in	2009-04-20 09:58:51 UTC (rev 3138)
@@ -292,13 +292,6 @@
 mkdir -p "$localstatedir/lib/openvas/users/$login/auth"
 chmod 0700 "$localstatedir/lib/openvas/users/$login/auth"
 
-#
-# Create the plugins dir, which contains the user plugins
-#
-mkdir -p "$localstatedir/lib/openvas/users/$login/plugins"
-chmod 0700 "$localstatedir/lib/openvas/users/$login/plugins"
-
-
 if [ "$auth" = "pass" ]; then
     if [ "$MD5CMD" ]; then
     	test -c /dev/urandom &&



More information about the Openvas-commits mailing list