Changeset 61
- Timestamp:
- 01/02/04 02:41:24 (8 years ago)
- Files:
-
- trunk/dists/debian/changelog (modified) (1 diff, 1 prop)
- trunk/dists/debian/munin.preinst (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dists/debian/changelog
- Property cvs2svn:cvs-rev changed from 1.8 to 1.9
r55 r61 44 44 old files from LRRD. 45 45 46 -- Tore Anderson <tore@debian.org> S at, 17 Jan 2004 21:28:34+010046 -- Tore Anderson <tore@debian.org> Sun, 01 Feb 2004 02:41:50 +0100 47 47 48 48 lrrd (0.9.9r5-1) unstable; urgency=low trunk/dists/debian/munin.preinst
- Property cvs2svn:cvs-rev changed from 1.3 to 1.4
r21 r61 53 53 54 54 for f in /etc/lrrd/templates/*; do 55 migrate $f /etc/munin/templates${f#/etc/lrrd/templates} 55 case "$f" in 56 /etc/lrrd/templates/lrrd-domainview.tmpl) 57 migrate $f /etc/munin/templates/munin-domainview.tmpl 58 ;; 59 /etc/lrrd/templates/lrrd-nodeview.tmpl) 60 migrate $f /etc/munin/templates/munin-nodeview.tmpl 61 ;; 62 /etc/lrrd/templates/lrrd-overview.tmpl) 63 migrate $f /etc/munin/templates/munin-overview.tmpl 64 ;; 65 /etc/lrrd/templates/lrrd-serviceview.tmpl) 66 migrate $f /etc/munin/templates/munin-serviceview.tmpl 67 ;; 68 *) 69 migrate $f /etc/munin/templates${f#/etc/lrrd/templates} 70 ;; 71 esac 56 72 done 57 73
