Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.2 by slords, Sun Jul 31 16:24:58 2005 UTC | Revision 1.3 by slords, Sun Jul 31 16:38:19 2005 UTC | |
---|---|---|
# | Line 94 class InstallClass(BaseInstallClass): | Line 94 class InstallClass(BaseInstallClass): |
94 | sec.setSELinux(0) | sec.setSELinux(0) |
95 | sec.write(rootPath) | sec.write(rootPath) |
96 | ||
97 | script = "/sbin/syslogd &\nsleep 2\n/sbin/e-smith/signal-event post-upgrade\n" | script = ( "/sbin/syslogd &\n" |
98 | "sleep 2\n" | |
99 | "/sbin/e-smith/signal-event post-upgrade\n" ) | |
100 | s = Script(script, interp="/bin/sh", inChroot=1) | s = Script(script, interp="/bin/sh", inChroot=1) |
101 | log("%s", s) | log("%s", s) |
102 | s.run(rootPath, serial) | s.run(rootPath, serial) |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |