mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 21:57:31 +02:00
b5cb1795de
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
Index: shfs-0.35/shfsmount/shfsmount.c
|
|
===================================================================
|
|
--- shfs-0.35.orig/shfsmount/shfsmount.c 2007-06-04 13:22:57.883055720 +0200
|
|
+++ shfs-0.35/shfsmount/shfsmount.c 2007-06-04 13:22:59.838758408 +0200
|
|
@@ -74,7 +74,7 @@
|
|
static int have_uid = 0;
|
|
|
|
/* do not update /etc/mtab */
|
|
-static int nomtab = 0;
|
|
+static int nomtab = 1;
|
|
|
|
/* preserve owner of files */
|
|
static int preserve = 0;
|
|
Index: shfs-0.35/shfsmount/shfsumount.c
|
|
===================================================================
|
|
--- shfs-0.35.orig/shfsmount/shfsumount.c 2007-06-04 13:22:57.890054656 +0200
|
|
+++ shfs-0.35/shfsmount/shfsumount.c 2007-06-04 13:22:59.838758408 +0200
|
|
@@ -67,10 +67,6 @@
|
|
FILE *new_mtab;
|
|
struct mntent *ment;
|
|
|
|
- if ((fd = open(MOUNTED"~", O_RDWR|O_CREAT|O_EXCL, 0600)) == -1) {
|
|
- fprintf(stderr, "Can't get "MOUNTED"~ lock file");
|
|
- return 0;
|
|
- }
|
|
close(fd);
|
|
if ((mtab = setmntent(MOUNTED, "r")) == NULL) {
|
|
fprintf(stderr, "Can't open " MOUNTED ": %s\n", strerror(errno));
|