diff -u cron-3.0pl1/debian/changelog cron-3.0pl1/debian/changelog --- cron-3.0pl1/debian/changelog +++ cron-3.0pl1/debian/changelog @@ -1,3 +1,9 @@ +cron (3.0pl1-100ubuntu3) intrepid; urgency=low + + * pathnames.h: Use the Debian sensible-editor (LP: #222830). + + -- Dustin Kirkland Thu, 22 May 2008 04:46:41 -0500 + cron (3.0pl1-100ubuntu2) hardy; urgency=low * Implement fix by MarkS to stop showing errors from df command diff -u cron-3.0pl1/pathnames.h cron-3.0pl1/pathnames.h --- cron-3.0pl1/pathnames.h +++ cron-3.0pl1/pathnames.h @@ -75,7 +75,7 @@ * environment variable specified. */ #if defined(DEBIAN) -# define EDITOR "/usr/bin/editor" +# define EDITOR "/usr/bin/sensible-editor" #elif defined(_PATH_VI) # define EDITOR _PATH_VI #else