Index: inc/action.hxx =================================================================== RCS file: /cvs/installation/setup2/inc/action.hxx,v retrieving revision 1.23 diff -u -r1.23 action.hxx --- inc/action.hxx 27 Mar 2003 11:06:56 -0000 1.23 +++ inc/action.hxx 6 Jun 2003 12:29:09 -0000 @@ -982,5 +982,5 @@ }; -#endif __ACTION_HXX +#endif // __ACTION_HXX Index: source/compiler/decltor.cxx =================================================================== RCS file: /cvs/installation/setup2/source/compiler/decltor.cxx,v retrieving revision 1.50.16.1 diff -u -r1.50.16.1 decltor.cxx --- source/compiler/decltor.cxx 26 May 2003 13:13:40 -0000 1.50.16.1 +++ source/compiler/decltor.cxx 6 Jun 2003 12:29:16 -0000 @@ -304,7 +304,7 @@ m_xCompiler->GetOsType() == com::sun::star::setup::OSType_UNIX_SOLSG || m_xCompiler->GetOsType() == com::sun::star::setup::OSType_UNIX_SOLIG || m_xCompiler->GetOsType() == com::sun::star::setup::OSType_UNIX_LINUX || - m_xCompiler->GetOsType() == com::sun::star::setup::OSType_UNIX_FREEBSD || +// m_xCompiler->GetOsType() == com::sun::star::setup::OSType_UNIX_FREEBSD || m_xCompiler->GetOsType() == com::sun::star::setup::OSType_UNIX_HP || m_xCompiler->GetOsType() == com::sun::star::setup::OSType_UNIX_SCO; } Index: source/service/interface.cxx =================================================================== RCS file: /cvs/installation/setup2/source/service/interface.cxx,v retrieving revision 1.48.10.2 diff -u -r1.48.10.2 interface.cxx --- source/service/interface.cxx 5 Jun 2003 22:25:53 -0000 1.48.10.2 +++ source/service/interface.cxx 6 Jun 2003 12:29:20 -0000 @@ -126,8 +126,8 @@ aExtension = "UNIX_SOLIG"; else if( eType == OSType_UNIX_LINUX ) aExtension = "UNIX_LINUX"; - else if( eType == OSType_UNIX_FREEBSD ) - aExtension = "UNIX_FREEBSD"; +// else if( eType == OSType_UNIX_FREEBSD ) +// aExtension = "UNIX_FREEBSD"; else if( eType == OSType_UNIX_HP ) aExtension = "UNIX_HP"; else if( eType == OSType_UNIX_SCO ) @@ -240,7 +240,7 @@ readOSConfiguration( OSType_UNIX_SOLSG ); readOSConfiguration( OSType_UNIX_SOLIG ); readOSConfiguration( OSType_UNIX_LINUX ); - readOSConfiguration( OSType_UNIX_FREEBSD ); +// readOSConfiguration( OSType_UNIX_FREEBSD ); readOSConfiguration( OSType_UNIX_HP ); readOSConfiguration( OSType_UNIX_SCO ); fprintf( stdout, "\n" ); @@ -580,7 +580,7 @@ case OSType_UNIX_SOLSG: case OSType_UNIX_SOLIG: case OSType_UNIX_LINUX: - case OSType_UNIX_FREEBSD: +// case OSType_UNIX_FREEBSD: case OSType_UNIX_HP: case OSType_UNIX_SCO: return ByteString(UNX_README_FILE_NAME); @@ -603,7 +603,7 @@ case OSType_UNIX_SOLSG: case OSType_UNIX_SOLIG: case OSType_UNIX_LINUX: - case OSType_UNIX_FREEBSD: +// case OSType_UNIX_FREEBSD: case OSType_UNIX_HP: case OSType_UNIX_SCO: return ByteString(UNX_LICENSE_FILE_NAME);