aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-12 23:56:27 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-12 23:56:27 -0300
commit6801619060fcd6e2707d942ef31ab289def0d75b (patch)
treed4791b452f58342c8e25dc08d1be7827579938d8 /etc
parentfixed package updates (diff)
downloadg-octave-6801619060fcd6e2707d942ef31ab289def0d75b.tar.gz
g-octave-6801619060fcd6e2707d942ef31ab289def0d75b.tar.bz2
g-octave-6801619060fcd6e2707d942ef31ab289def0d75b.zip
added new options to the config file. started adding logging calls to the source code
Diffstat (limited to 'etc')
-rw-r--r--etc/g-octave.cfg27
-rw-r--r--etc/g-octave.cfg.devel4
2 files changed, 18 insertions, 13 deletions
diff --git a/etc/g-octave.cfg b/etc/g-octave.cfg
index 6851b14..16a5154 100644
--- a/etc/g-octave.cfg
+++ b/etc/g-octave.cfg
@@ -4,33 +4,38 @@
#
# All these options are defaults. Only uncomment and change what you want to change.
# If the default it's ok for you, leave all the options commented.
+
+# The package manager to be used. The desired package manager needs to be
+# already installed.
#
-# ALERT: g-octave only supports emerge/portage from now
+# Available options: portage, paludis, pkgcore
+#
+#package_manager = portage
-# the directory where will be saved the auxiliary files
+# The directory where will be saved the auxiliary files
#
#db = /var/cache/g-octave
-# the path to the overlay, need to be appended to the environment variable
-# PORTDIR_OVERLAY
+# The path to the overlay. If you's using Paludis or Pkgcore you'll need
+# to configure this overlay in your package manager before run g-octave
#
#overlay = /usr/local/portage/g-octave
-# the comma-separated list of available categories.
+# The comma-separated list of available categories.
#
#categories = main,extra,language
-# the mirror where g-octave will look for the auxiliary files
+# The mirror where g-octave will look for the auxiliary files. Please
# keep as it is.
#
#db_mirror = http://soc.dev.gentoo.org/~rafaelmartins/g-octave/db/
-# the logging level
-# available levels: debug, info, warning, error, critical
-# leave empty to disable the logging feature.
-#
+# The logging level. Leave empty to disable the logging feature.
+# Available levels: debug, info, warning, error, critical
+#
#log_level =
-# the file that will store the logging messages
+# The file that will store the logging messages. Make sure that the user
+# running g-octave have write permissions for this file.
#
#log_file = /var/log/g-octave.log
diff --git a/etc/g-octave.cfg.devel b/etc/g-octave.cfg.devel
index 1c13cd1..e0cc095 100644
--- a/etc/g-octave.cfg.devel
+++ b/etc/g-octave.cfg.devel
@@ -4,5 +4,5 @@ db = db
#categories = main,extra,language
#db_mirror = http://files.rafaelmartins.eng.br/octave-forge
-log_file = g-octave.log
-log_level = debug
+;log_file = /home/rafael/g-octave.log
+;log_level = debug