diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-03-06 15:05:44 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-03-06 15:53:13 +0100 |
commit | 2a87314dbcb6bf18fefe1024d831f3cdb463c766 (patch) | |
tree | d7a030da03bf1fbe89227b7849c7716ab516c4f3 /etc | |
parent | 64296e8749c20a9020a411fe3e9b01803807e1ff (diff) | |
download | portato-2a87314dbcb6bf18fefe1024d831f3cdb463c766.tar.gz portato-2a87314dbcb6bf18fefe1024d831f3cdb463c766.tar.bz2 portato-2a87314dbcb6bf18fefe1024d831f3cdb463c766.zip |
Introduced BACKEND section in config file and moved all the backend stuff in there
Diffstat (limited to 'etc')
-rw-r--r-- | etc/portato.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/portato.cfg b/etc/portato.cfg index 10f5445..8e6728d 100644 --- a/etc/portato.cfg +++ b/etc/portato.cfg @@ -26,6 +26,11 @@ system = portage ; controls debug output - boolean value debug = True +# +# Backend section +# +[BACKEND] + ; the command used for syncing portage - string value synccommand = emerge --sync |