From 07b432faf631d20565b334f1955191fa85106b8a Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Tue, 26 Oct 2004 21:56:28 +0000 Subject: make into a real stub (Logical change 1.118) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@519 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Solaris.py | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'src/lib/Client/Solaris.py') diff --git a/src/lib/Client/Solaris.py b/src/lib/Client/Solaris.py index b27a3f12a..04c6936e2 100644 --- a/src/lib/Client/Solaris.py +++ b/src/lib/Client/Solaris.py @@ -4,23 +4,6 @@ __revision__ = '$Revision$' from Bcfg2.Client.Toolset import Toolset -def Detect(): - # until the code works - return False - class Solaris(Toolset): '''This class implelements support for SYSV packages and standard /etc/init.d services''' - - def VerifyService(self, entry): - return False - - def VerifyPackage(self, entry): - return False - - def InstallService(self, entry): - return False - - def InstallPackage(self, entry): - return False - - + pass -- cgit v1.2.3-1-g7c22