From 123d582763ae2a8ab2344d08ebeab5fdd0da3568 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Wed, 9 Oct 2002 18:01:18 +0000 Subject: [PATCH] Fixed CVS string/version printout git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@7 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/smartd.c | 4 ++-- sm5/smartd.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sm5/smartd.c b/sm5/smartd.c index 09e8d70a5..d3a04ad36 100644 --- a/sm5/smartd.c +++ b/sm5/smartd.c @@ -1,4 +1,4 @@ -// $Id: smartd.c,v 1.1 2002/10/09 17:56:58 ballen4705 Exp $ +// $Id: smartd.c,v 1.2 2002/10/09 18:01:18 ballen4705 Exp $ /* * smartd.c * @@ -260,7 +260,7 @@ void CheckDevices ( atadevices_t *atadevices, scsidevices_t *scsidevices) char copyleftstring[]= "\nHome page of smartd is http://sourceforge.net/projects/smartmontools\n\n" -"CVS Version ID $Id: smartd.c,v 1.1 2002/10/09 17:56:58 ballen4705 Exp $" +"CVS Version ID $Id: smartd.c,v 1.2 2002/10/09 18:01:18 ballen4705 Exp $\n" "smartd comes with ABSOLUTELY NO WARRANTY. This\n" "is free software, and you are welcome to redistribute it\n" "under the terms of the GNU General Public License Version 2.\n" diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp index 2ad90ff45..c86122a32 100644 --- a/sm5/smartd.cpp +++ b/sm5/smartd.cpp @@ -1,4 +1,4 @@ -// $Id: smartd.cpp,v 1.1 2002/10/09 17:56:58 ballen4705 Exp $ +// $Id: smartd.cpp,v 1.2 2002/10/09 18:01:18 ballen4705 Exp $ /* * smartd.c * @@ -260,7 +260,7 @@ void CheckDevices ( atadevices_t *atadevices, scsidevices_t *scsidevices) char copyleftstring[]= "\nHome page of smartd is http://sourceforge.net/projects/smartmontools\n\n" -"CVS Version ID $Id: smartd.cpp,v 1.1 2002/10/09 17:56:58 ballen4705 Exp $" +"CVS Version ID $Id: smartd.cpp,v 1.2 2002/10/09 18:01:18 ballen4705 Exp $\n" "smartd comes with ABSOLUTELY NO WARRANTY. This\n" "is free software, and you are welcome to redistribute it\n" "under the terms of the GNU General Public License Version 2.\n" -- GitLab