projects
/
fcron
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e5e12b
)
changed order of the assignement
author
thib
<thib>
Sun, 24 Jun 2001 13:23:08 +0000
(13:23 +0000)
committer
thib
<thib>
Sun, 24 Jun 2001 13:23:08 +0000
(13:23 +0000)
files/fcron.conf.in
patch
|
blob
|
history
diff --git
a/files/fcron.conf.in
b/files/fcron.conf.in
index 08727195f94221309cb140056f405fb16384f395..fb139fc722bb80a64e8b996af471d80c0a9b4b2d 100644
(file)
--- 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@