summaryrefslogtreecommitdiff
path: root/initscript/RedHat
Commit message (Collapse)AuthorAgeFilesLines
* Tell status about our pidfile locationDan Williams2006-02-272-2/+2
| | | | git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1503 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2006-02-27 Dan Williams <dcbw@redhat.com>Dan Williams2006-02-272-7/+5
| | | | | | | | | | | | | | | | | | | | | * dispatcher-daemon/NetworkManagerDispatcher.c - Accept --pid-file with a path to a pidfile, write it out on startup, and delete it on shutdown * src/NetworkManager.c - Accept --pid-file with a path to a pidfile, write it out on startup, and delete it on shutdown - Move nm_print_usage() lower * initscripts/RedHat/NetworkManager.in - Use new --pid-file option - Fix service stopping to wait a bit for NM to quit * initscripts/RedHat/NetworkManagerDispatcher.in - Use new --pid-file option git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1500 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2006-02-03 Christopher Aillon <caillon@redhat.com>Christopher Aillon2006-02-031-2/+2
| | | | | | | | * initscript/RedHat/NetworkManagerDispatcher.in: modify the pidfile location git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1440 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2006-02-03 Christopher Aillon <caillon@redhat.com>Christopher Aillon2006-02-031-2/+2
| | | | | | | | * initscript/RedHat/NetworkManager.in: modify the pidfile location Patch from Dan Walsh <dwalsh@redhat.com> git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1439 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2006-01-20 Robert Love <rml@novell.com>Robert Love2006-01-212-4/+4
| | | | | | | | | | | | * initscript/Debian/NetworkManager, initscript/Gentoo/NetworkManager.in, initscript/RedHat/NetworkManager.in, initscript/RedHat/NetworkManagerDispatcher.in, initscript/SUSE/networkmanager-dispatcher.in, initscript/SUSE/networkmanager.in: Update for /usr/sbin not /usr/bin. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1372 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2005-08-18 Christopher Aillon <caillon@redhat.com>Christopher Aillon2005-08-183-2/+17
| | | | | | | | | | | | | | | | | | | * initscript/Gentoo/NetworkManager: * initscript/RedHat/NetworkManager: * initscript/RedHat/NetworkManagerDispatcher: * initscript/SUSE/networkmanager: CVS remove these in place of .in replacements * configure.in: * initscript/Gentoo/NetworkManager.in: * initscript/RedHat/NetworkManager.in: * initscript/RedHat/NetworkManagerDispatcher.in: * initscript/SUSE/networkmanager.in: These scripts now are generated so they work still when NM is built using a bindir other than /usr/bin git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@880 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2005-05-15 Dan Williams <dcbw@redhat.com>Dan Williams2005-05-162-2/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/NetworkManagerDevice.[ch] src/NetworkManagerPolicy.c src/NetworkManager.c src/nm-dbus-nm.c - Remove the "just_added" parameter from nm_device_deactivate(). We no longer send the DeviceNoLongerActive signal unconditionally, but only when the device is actually active. * dispatcher-daemon/NetworkManagerDispatcher.c - (nmd_execute_scripts): convert to GLib directory functions from opendir(), and simplify the logic - (nmd_get_device_name): copy value from dbus reply so we don't segfault when we free it later on * initscript/RedHat/Makefile.am initscript/RedHat/NetworkManagerDispatcher - Add initscript for NetworkManagerDispatcher Patch from Bill Moss: * dispatcher-daemon/NetworkManagerDispatcher.c - Remove IP4AddressChange signal code including nmd_get_device_ip4_address() * src/NetworkManagerDbus.c - (nm_dbus_signal_device_ip4_address_change): remove. If the device goes up, and DeviceNowActive gets signaled, then the device has a new IP address anyway. There's no need for a separate signal. * src/NetworkManagerDevice.c - (nm_device_update_ip4_address): Don't send IP4AddressChange signal * src/NetworkManagerPolicy.c - (nm_policy_activation_finish): Send DeviceNowActive signal when the device activates successfully. This kind of went missing when I reworked the activation code. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@634 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2005-01-29 Dan Williams <dcbw@redhat.com>Dan Williams2005-01-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initscript/RedHat/NetworkManager - Don't spit out sysctl stuff to console * libnm_glib/libnm_glib.c - (libnm_glib_init): call dbus_g_thread_init() * panel-applet/NMWirelessAppletDbus.c - (nmwa_dbus_worker): call dbus_g_thread_init() * src/NetworkManager.c - (main): call dbus_g_thread_init() * src/NetworkManagerAPList.c - (nm_ap_list_print_members): use LOG_ERR instead of LOG_DEBUG so we can actually see what's there in a normal syslog * src/NetworkManagerDevice.c - (nm_device_activate_wireless): print out the "waiting for access point" message only once, then say what access point we actually got after the wait. - (nm_device_need_ap_switch): If a scan is in progress when we're in this function, wait until the scan is done. Scans may change the ESSID of the card, making this function think we need to switch access points - (nm_device_wireless_process_scan_results): for artificial access points don't check against the card's ESSID, but the best_ap's ESSID. This prevents collisions with the scanning code, which may change the card's ESSID and cause the access point to get dropped from the device's AP list. Also increase the keep-around time to 2m from 60s since the max scan interval could be 60s in some cases. * src/NetworkManagerPolicy.c - (nm_policy_activation_finish): Don't add invalid MAC addresses to GConf - (nm_policy_allowed_ap_list_update): When we update, make sure we copy over the new properties and ESSIDs to the device's AP list. Fixes some races between NM and NMI. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@401 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2005-01-24 Dan Williams <dcbw@redhat.com>Dan Williams2005-01-241-3/+0
| | | | | | | | | | * initscript/RedHat/NetworkManager - Remove the ### BEGIN INIT INFO section, which caused chkconfig to add the NM startup script at priority 50, which was way too early git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@395 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2005-01-12 Dan Williams <dcbw@redhat.com>Dan Williams2005-01-121-1/+1
| | | | | | | | | * initscripts/RedHat/NetworkManager - Change initial level to "-" rather than "345" so that we don't activate ourselves by default on install git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@369 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2004-12-03 Dan Williams <dcbw@redhat.com>Dan Williams2004-12-031-1/+0
| | | | | | | | | | | | | * initscript/Makefile.am * initscript/Debian/NetworkManager * initscript/Gentoo/NetworkManager * initscript/RedHat/NetworkManager * initscript/NMLaunchHelper.c - Remove NMLaunchHelper, if you need to wait until the network comes up, use the dead code from CVS. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@332 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* Thu Aug 26 15:12:36 2004 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2004-08-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | * Makefile.am: add po as a supdir * autogen.sh: use gnome-autogen.sh * initscript/Gentoo/.cvsignore: * initscript/RedHat/.cvsignore: Shut up cvs * panel-applet/Makefile.am: Define GNOMELOCALEDIR for bonobo. * panel-applet/NMWirelessApplet.c: (nmwa_populate_menu), (nmwa_fill): Use gettext. * configure.in: add gettext support * po/.cvsignore: * po/NetworkManager.pot: * po/POTFILES.in: git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@80 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* Add init scriptsSeth Nickell2004-08-252-0/+87
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@65 4912f4e0-d625-0410-9fb7-b9a5a253dbdc