[ Thread Index |
Date Index
| More opengp.tuxfamily.org/development Archives
]
Revision: 139
Author: nicolaf
Date: 2009-03-27 04:32:13 +0100 (Fri, 27 Mar 2009)
Log Message:
-----------
bug
Modified Paths:
--------------
trunk/src/lib/ogp/plugins/motd/motd.py
Modified: trunk/src/lib/ogp/plugins/motd/motd.py
===================================================================
--- trunk/src/lib/ogp/plugins/motd/motd.py 2009-03-27 03:28:16 UTC (rev 138)
+++ trunk/src/lib/ogp/plugins/motd/motd.py 2009-03-27 03:32:13 UTC (rev 139)
@@ -72,7 +72,7 @@
logging.info('Motd: installing conf.')
motd = str(self.pullFile('motd', True))
dist_e = self.currentConf.xpath(self.__motd_xpath)
- prefix = '/home/alban/tmp/ogp/etc/'
+ prefix = '/etc/'
if len(dist_e) != 0:
distro = dist_e[0].text
else: