CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2009/06/28 02:14:26
Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Teach sysmerge to deal with links (found the hard way when I realised I missed some very much needed symlinks under /etc/fonts/conf.d/). The behaviour is the following, if a link does not exist: * in '-a' mode, it is created automatically * in normal mode, sysmerge will ask what you want to do If one wants to use '-a' mode while still being in control of what links are created, sysmerge.ignore can be used. "sounds good to" phessler@, ok sthen@