Project URL update.
authorshort <>
Sun, 19 Oct 2003 21:21:28 +0000 (21:21 +0000)
committershort <>
Sun, 19 Oct 2003 21:21:28 +0000 (21:21 +0000)
README
src/client/lufs/mount.captive.in
src/libcaptive/client/vfs.c

diff --git a/README b/README
index 830852f..0d9610b 100644 (file)
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ ISO9660 and EXT2 is also provided.
 Project Home
 ------------
 
-http://www.jankratochvil.net/project/captive/
+http://www.jankratochvil.net/
 
 
 Overview
index d416e53..a17b5eb 100755 (executable)
@@ -76,7 +76,7 @@ if (!-r $ntoskrnl) {
 if ($fsname eq "ntfs") {
        for my $fh (*STDERR,*STDOUT) {
                if (-t $fh) {
-                       print $fh 'Captive NTFS v@VERSION@. Updates: http://www.jankratochvil.net/project/captive/'."\n";
+                       print $fh 'Captive NTFS v@VERSION@.  Check new version: http://www.jankratochvil.net/'."\n";
                        last;
                        }
                }
index 3a49803..f29d37c 100644 (file)
@@ -101,7 +101,7 @@ int fd;
                /* Shameless advertisement: */
                for (fd=2 /* STDERR */;fd>=1 /* STDOUT */;fd--) {
                        if (isatty(fd)) {
-const gchar *msg="Captive NTFS v" VERSION ". Updates: http://www.jankratochvil.net/project/captive/\n";
+const gchar *msg="Captive NTFS v" VERSION ".  Check new version: http://www.jankratochvil.net/\n";
 
                                write(fd,msg,strlen(msg));
                                break;