From f246d6ce973d196b5fc10313ea574de5ba23af4b Mon Sep 17 00:00:00 2001 From: Szaka Date: Sun, 27 Mar 2011 15:29:48 +0300 Subject: [PATCH] Update ntfs-3g.org references --- NEWS | 4 ++-- libfuse-lite/fusermount.c | 2 +- libntfs-3g/volume.c | 4 ++-- ntfsprogs/ntfscmp.8.in | 2 +- src/lowntfs-3g.c | 7 ++++--- src/ntfs-3g.c | 7 ++++--- src/ntfs-3g.probe.8.in | 4 ++-- 7 files changed, 16 insertions(+), 14 deletions(-) diff --git a/NEWS b/NEWS index 885ef597..3a7effde 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -Project news are at http://www.ntfs-3g.org +Project news are at http://tuxera.com/community/ntfs-3g-download/ -Release notes are maintained at http://www.ntfs-3g.org/releases.html +Release notes are maintained at http://tuxera.com/community/release-history/ diff --git a/libfuse-lite/fusermount.c b/libfuse-lite/fusermount.c index 33a53263..6537e444 100644 --- a/libfuse-lite/fusermount.c +++ b/libfuse-lite/fusermount.c @@ -412,7 +412,7 @@ static int do_mount(const char *mnt, char **typep, mode_t rootmode, if (errno_save == EPERM) fprintf(stderr, "User doesn't have privilege to mount. " "For more information\nplease see: " - "http://ntfs-3g.org/support.html#unprivileged\n"); + "http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n"); } goto err; } else { diff --git a/libntfs-3g/volume.c b/libntfs-3g/volume.c index f43f555f..28e4c907 100644 --- a/libntfs-3g/volume.c +++ b/libntfs-3g/volume.c @@ -70,7 +70,7 @@ #include "misc.h" const char *ntfs_home = -"Ntfs-3g news, support and information: http://ntfs-3g.org\n"; +"News, support and information: http://tuxera.com\n"; static const char *invalid_ntfs_msg = "The device '%s' doesn't seem to have a valid NTFS.\n" @@ -113,7 +113,7 @@ static const char *fakeraid_msg = static const char *access_denied_msg = "Please check '%s' and the ntfs-3g binary permissions,\n" "and the mounting user ID. More explanation is provided at\n" -"http://ntfs-3g.org/support.html#unprivileged\n"; +"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n"; /** * ntfs_volume_alloc - Create an NTFS volume object and initialise it diff --git a/ntfsprogs/ntfscmp.8.in b/ntfsprogs/ntfscmp.8.in index 57b24201..8473b9a5 100644 --- a/ntfsprogs/ntfscmp.8.in +++ b/ntfsprogs/ntfscmp.8.in @@ -58,7 +58,7 @@ ntfs\-3g\-devel@lists.sf.net .hy .SH AUTHOR .B ntfscmp -was written by Szabolcs Szakacsits (szaka@sienet.hu). +was written by Szabolcs Szakacsits. It was ported to ntfs-3g by Erik Larsson. .SH AVAILABILITY .B ntfscmp diff --git a/src/lowntfs-3g.c b/src/lowntfs-3g.c index 23da4fb1..aeadb171 100644 --- a/src/lowntfs-3g.c +++ b/src/lowntfs-3g.c @@ -239,13 +239,14 @@ static const char *setuid_msg = "Mount is denied because setuid and setgid root ntfs-3g is insecure with the\n" "external FUSE library. Either remove the setuid/setgid bit from the binary\n" "or rebuild NTFS-3G with integrated FUSE support and make it setuid root.\n" -"Please see more information at http://ntfs-3g.org/support.html#unprivileged\n"; +"Please see more information at\n" +"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n"; static const char *unpriv_fuseblk_msg = "Unprivileged user can not mount NTFS block devices using the external FUSE\n" "library. Either mount the volume as root, or rebuild NTFS-3G with integrated\n" "FUSE support and make it setuid root. Please see more information at\n" -"http://ntfs-3g.org/support.html#unprivileged\n"; +"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n"; #endif @@ -3482,7 +3483,7 @@ static const char *fuse26_kmod_msg = " message to disappear then you should upgrade to at least kernel\n" " version 2.6.20, or request help from your distribution to fix\n" " the kernel problem. The below web page has more information:\n" -" http://ntfs-3g.org/support.html#fuse26\n" +" http://tuxera.com/community/ntfs-3g-faq/#fuse26\n" "\n"; static void mknod_dev_fuse(const char *dev) diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index 2e4267f1..80c084d5 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -199,13 +199,14 @@ static const char *setuid_msg = "Mount is denied because setuid and setgid root ntfs-3g is insecure with the\n" "external FUSE library. Either remove the setuid/setgid bit from the binary\n" "or rebuild NTFS-3G with integrated FUSE support and make it setuid root.\n" -"Please see more information at http://ntfs-3g.org/support.html#unprivileged\n"; +"Please see more information at\n" +"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n"; static const char *unpriv_fuseblk_msg = "Unprivileged user can not mount NTFS block devices using the external FUSE\n" "library. Either mount the volume as root, or rebuild NTFS-3G with integrated\n" "FUSE support and make it setuid root. Please see more information at\n" -"http://ntfs-3g.org/support.html#unprivileged\n"; +"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n"; #endif @@ -3397,7 +3398,7 @@ static const char *fuse26_kmod_msg = " message to disappear then you should upgrade to at least kernel\n" " version 2.6.20, or request help from your distribution to fix\n" " the kernel problem. The below web page has more information:\n" -" http://ntfs-3g.org/support.html#fuse26\n" +" http://tuxera.com/community/ntfs-3g-faq/#fuse26\n" "\n"; static void mknod_dev_fuse(const char *dev) diff --git a/src/ntfs-3g.probe.8.in b/src/ntfs-3g.probe.8.in index 3e8a2678..62ce57e5 100644 --- a/src/ntfs-3g.probe.8.in +++ b/src/ntfs-3g.probe.8.in @@ -63,7 +63,7 @@ Unclassified FUSE error. Please see .RS .sp -http://ntfs-3g.org/support.html +http://tuxera.com/community/ntfs-3g-faq/ .sp .RE for common questions and known issues. @@ -73,7 +73,7 @@ You can contact the development team on the ntfs\-3g\-devel@lists.sf.net address. .SH AUTHORS .B ntfs-3g.probe -was written by Szabolcs Szakacsits (szaka@ntfs-3g.org). +was written by Szabolcs Szakacsits. .SH THANKS Alon Bar-Lev has integrated the utility into the NTFS-3G build process and tested it with Erik Larsson before the public release.