2009/10/14 Matthias Huber <[email protected]>: > Matthias Huber schrieb: > ... > (but that is exactly what i meant with "i wouldn't expect" and paul vixie > with his comment in crontab.c): > > the problem is: two different inodes for the file. > > st_ino=18295, > > st_ino=18282
waah. There's even a note about this problem in vim's help (see ":help backupcopy" (not on the FR, but on the desktop vim)). A possible fix is to add the directory /var/volatile/tmp to the backupskip-variable. I put this to my .vimrc: set backupskip=/tmp/*,/var/volatile/tmp/* Now "crontab -e" works for root too. _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
