- Timestamp:
- Sep 30, 2011, 3:04:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-cli.c
r2847 r2877 524 524 strcpy(bkpinfo->netfs_mount,tmp); 525 525 } 526 sprintf(tmp, "mount | grep -E \"^[ %s@]*%s[/]* .*\" | cut -d' ' -f3", bkpinfo->netfs_user,526 sprintf(tmp, "mount | grep -E \"^[a-z]*#*[%s@]*%s[/]* .*\" | cut -d' ' -f3", bkpinfo->netfs_user, 527 527 bkpinfo->netfs_mount); 528 528 strncpy(bkpinfo->isodir,
Note:
See TracChangeset
for help on using the changeset viewer.