From: Thibault Godouet Date: Sun, 24 Jun 2001 13:23:08 +0000 (+0000) Subject: changed order of the assignement X-Git-Tag: ver2_9_4~308 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bc8d78988776a62c8dad98e963fd2b003491433;p=thirdparty%2Ffcron.git changed order of the assignement --- diff --git a/files/fcron.conf.in b/files/fcron.conf.in index 0872719..fb139fc 100644 --- a/files/fcron.conf.in +++ b/files/fcron.conf.in @@ -14,10 +14,9 @@ pidfile = @@PIDFILE@ fcronallow = @@ETC@/@@FCRON_ALLOW@ fcrondeny = @@ETC@/@@FCRON_DENY@ -# Location of the default editor for "fcrontab -e" -editor = @@EDITOR@ - # Location of the programs used by fcron shell = @@SHELL@ sendmail = @@SENDMAIL@ +# Location of the default editor for "fcrontab -e" +editor = @@EDITOR@