Changeset 6963
- Timestamp:
- 04/06/11 12:35:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/hotplug/module_block.c
r5930 r6963 259 259 hotplug_setenv_bool("X_E2_CDROM", is_cdrom); 260 260 261 system("/sbin/hotplug.sh"); 261 //system("/sbin/hotplug.sh"); 262 system("/sbin/hotplug.sh >> /tmp/hotplug.log 2>&1"); 262 263 hotplug_socket_send_env(block_vars); 263 264 … … 286 287 dbg("could not kill bdpoll"); 287 288 288 system("/sbin/hotplug.sh"); 289 //system("/sbin/hotplug.sh"); 290 system("/sbin/hotplug.sh >> /tmp/hotplug.log 2>&1"); 289 291 hotplug_socket_send_env(block_vars); 290 292
Note: See TracChangeset
for help on using the changeset viewer.