Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.3 by slords, Sun Jul 31 16:38:19 2005 UTC | Revision 1.4 by slords, Fri Aug 19 04:34:57 2005 UTC | |
---|---|---|
# | Line 89 class InstallClass(BaseInstallClass): | Line 89 class InstallClass(BaseInstallClass): |
89 | ) | ) |
90 | ||
91 | def postAction(self, rootPath, serial): | def postAction(self, rootPath, serial): |
# Hack to disable SELinux on upgrade | ||
sec = security.Security() | ||
sec.setSELinux(0) | ||
sec.write(rootPath) | ||
92 | script = ( "/sbin/syslogd &\n" | script = ( "/sbin/syslogd &\n" |
93 | "sleep 2\n" | "sleep 2\n" |
94 | "/sbin/e-smith/signal-event post-upgrade\n" ) | "/sbin/e-smith/signal-event post-upgrade\n" ) |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |