mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 23:00:28 +01:00
2006-03-17 Robert Love <rml@novell.com>
* src/backends/NetworkManagerSuSE.c: Do "rcypbind reload" to send the signal SIGHUP to ypbind, not "rcypbind restart" to physically restart it, in case it is not running in the first place. We just want its configuration reloaded. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1614 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
89d0e32d16
commit
ebee615101
2 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2006-03-17 Robert Love <rml@novell.com>
|
||||
|
||||
* src/backends/NetworkManagerSuSE.c: Do "rcypbind reload" to send the
|
||||
signal SIGHUP to ypbind, not "rcypbind restart" to physically restart
|
||||
it, in case it is not running in the first place. We just want its
|
||||
configuration reloaded.
|
||||
|
||||
2006-03-15 Robert Love <rml@novell.com>
|
||||
|
||||
* gnome/applet/applet.glade, gnome/applet/wso-wep-ascii.c,
|
||||
|
|
|
|||
|
|
@ -1112,8 +1112,8 @@ void nm_system_activate_nis (NMIP4Config *config)
|
|||
|
||||
if (stat ("/usr/sbin/rcypbind", &sb) != -1)
|
||||
{
|
||||
nm_info ("Restarting ypbind.");
|
||||
nm_spawn_process ("/usr/sbin/rcypbind restart");
|
||||
nm_info ("Asking ypbind to reload its configuration.");
|
||||
nm_spawn_process ("/usr/sbin/rcypbind reload");
|
||||
}
|
||||
if (stat ("/usr/sbin/rcautofs", &sb) != -1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue