From: thib Date: Sun, 24 Jun 2001 13:23:08 +0000 (+0000) Subject: changed order of the assignement X-Git-Tag: ver1564~234 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d1165fa0486faf2a6e6695ab09a0045b44b884e;p=fcron 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@