]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - README
Fix FTBFS[kfreebsd]
[mirror_smartmontools-debian.git] / README
diff --git a/README b/README
index 6d6e1c821fb5d6dd70d8c3c83da1381c8d774848..4a52100549fb49e7149597a522211d97df02de64 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ smartmontools - S.M.A.R.T. utility toolset for Darwin/Mac
 OSX, FreeBSD, Linux, NetBSD, OpenBSD, Solaris, and Windows.
 ==========================================================
 
-$Id: README,v 1.55 2006/04/12 14:54:28 ballen4705 Exp $
+$Id: README 3817 2013-06-09 16:59:50Z chrfranke $
 
 == HOME ==
 The home for smartmontools is located at:
@@ -19,7 +19,7 @@ You will find a mailing list for support and other questions at:
 
 
 == COPYING ==
-Copyright (C) 2002-6 Bruce Allen <smartmontools-support@lists.sourceforge.net>
+Copyright (C) 2002-9 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the Free
@@ -27,8 +27,8 @@ Software Foundation; either version 2, or (at your option) any later
 version.
 
 You should have received a copy of the GNU General Public License (for
-example COPYING); if not, write to the Free Software Foundation, Inc., 675
-Mass Ave, Cambridge, MA 02139, USA.
+example COPYING); if not, write to the Free Software Foundation, Inc.,
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 
 == CREDITS ==
@@ -69,34 +69,21 @@ smartd   is a daemon that periodically monitors S.M.A.R.T. status and
 Source tarballs
 ---------------
 
-http://sourceforge.net/project/showfiles.php?group_id=64297
+http://sourceforge.net/projects/smartmontools/files/
 
-CVS
+SVN
 ---
 
-cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools login (when prompted for a password, just press Enter)
-cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools co sm5
+svn co http://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools smartmontools
 
-This will create a subdirectory called sm5/ containing the code.
+This will create a subdirectory called smartmontools containing the code.
 
-To instead get the 5.1-16 release:
+To instead get the 5.38 release:
 
-cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools co -r RELEASE_5_1_16 sm5
-
-To update your sources to the 5.1-18 release:
-
-cd sm5
-cvs up -r RELEASE_5_1_18
-
-To update any tagged release to the latest development code:
-
-cd sm5
-cvs up -A
+svn co http://svn.code.sf.net/p/smartmontools/code/tags/RELEASE_5_38/sm5 smartmontools
 
 You can see what the different tags are by looking at
-http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/smartmontools/sm5/ .
-You'll see the tag names in the little scroll window where it says "Show
-only files with tag".
+http://sourceforge.net/p/smartmontools/code/HEAD/tree/tags/
 
 == BUILDING/INSTALLING SMARTMONTOOLS ==