From 0d1165fa0486faf2a6e6695ab09a0045b44b884e Mon Sep 17 00:00:00 2001 From: thib Date: Sun, 24 Jun 2001 13:23:08 +0000 Subject: [PATCH] changed order of the assignement --- files/fcron.conf.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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@ -- 2.50.1