/[smeserver]/cdrom.image/sme9/product/installclasses/server.py
ViewVC logotype

Diff of /cdrom.image/sme9/product/installclasses/server.py

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Mon Mar 11 18:03:05 2013 UTC Revision 1.2 by slords, Sat Mar 16 14:17:28 2013 UTC
# Line 105  class InstallClass(SMEInstallClass): Line 105  class InstallClass(SMEInstallClass):
105              w = anaconda.intf.waitWindow(_("Post Upgrade"),              w = anaconda.intf.waitWindow(_("Post Upgrade"),
106                  _("Performing post-upgrade configuration"))                  _("Performing post-upgrade configuration"))
107              log.info("Running post-upgrade action script")              log.info("Running post-upgrade action script")
108              script = Script( "#!/bin/sh\n/sbin/rsyslogd ; sleep 2; /sbin/e-smith/signal-event post-upgrade\n" )              script = Script( "#!/bin/sh\n/sbin/rsyslogd; sleep 2; /sbin/e-smith/signal-event post-upgrade; touch /forcequotacheck\n" )
109          else:          else:
110              w = anaconda.intf.waitWindow(_("Post Installation"),              w = anaconda.intf.waitWindow(_("Post Installation"),
111                  _("Performing post-installation configuration"))                  _("Performing post-installation configuration"))
112              log.info("Running post-install action script")              log.info("Running post-install action script")
113              script = Script( "#!/bin/sh\n/sbin/rsyslogd ; sleep 2; /sbin/e-smith/signal-event post-install\n" )              script = Script( "#!/bin/sh\n/sbin/rsyslogd; sleep 2; /sbin/e-smith/signal-event post-install; touch /forcequotacheck\n" )
114    
115          script.run(anaconda.rootPath, flags.serial, anaconda.intf)          script.run(anaconda.rootPath, flags.serial, anaconda.intf)
116          if anaconda.intf is not None:          if anaconda.intf is not None:


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed