Skip to content

Commit

Permalink
Remove SuSEconfig call for sendmail
Browse files Browse the repository at this point in the history
  • Loading branch information
varkoly authored and mchf committed Mar 1, 2013
1 parent 0bb4ee5 commit e16fbf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/modules/Remote.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,6 @@ global boolean Write() {

if(Mode::normal ()) {
ProgressNextStage(_("Running SuSEconfig..."));
/* no longer needed - have been dropped from SuSEconfig
SCR::Execute(.target.bash, "/sbin/SuSEconfig --module xdm");
SCR::Execute(.target.bash, "/sbin/SuSEconfig --module kde3");
SCR::Execute(.target.bash, "/sbin/SuSEconfig --module kdm3");*/

//Still needed for enabling/disabling remote administration
//because 'rcxdm reload' kills running X session if gdm is used
Expand Down
2 changes: 1 addition & 1 deletion src/routines/runtime.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ textdomain "network";
define boolean RunSuSEconfig() {
y2milestone("Running SuSEconfig ...");
SCR::Execute(.target.bash, "/sbin/SuSEconfig --module apache 2>/dev/null");
SCR::Execute(.target.bash, "/sbin/SuSEconfig --module sendmail 2>/dev/null");
SCR::Execute(.target.bash, "/usr/lib/sendmail.d/update 2>/dev/null");
SCR::Execute(.target.bash, "/usr/sbin/config.postfix 2>/dev/null");
return true;
}
Expand Down

0 comments on commit e16fbf9

Please sign in to comment.