faubackup faubackup-gather.c,1.7,1.8

[email protected]
Newsgroups gmane.comp.sysutils.backup.faubackup.cvs
Message-ID <[email protected]>
Update of /cvsroot/faubackup/faubackup
In directory sc8-pr-cvs1:/tmp/cvs-serv22645

Modified Files:
	faubackup-gather.c 
Log Message:
don't warn if faubackup-gather can't reset access time


Index: faubackup-gather.c
===================================================================
RCS file: /cvsroot/faubackup/faubackup/faubackup-gather.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** faubackup-gather.c	20 Aug 2003 18:05:56 -0000	1.7
--- faubackup-gather.c	15 Oct 2003 21:44:54 -0000	1.8
***************
*** 190,194 ****
  	times.modtime = st->st_mtime;
  	ret = utime( path, &times );
! 	if( ret<0 && errno != EROFS ) {
  		fprintf(stderr, "%s: utime %s: %s\n",
  				progname, path, strerror(errno));
--- 190,194 ----
  	times.modtime = st->st_mtime;
  	ret = utime( path, &times );
! 	if( ret<0 && errno != EROFS && errno != EPERM ) {
  		fprintf(stderr, "%s: utime %s: %s\n",
  				progname, path, strerror(errno));




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.