Opened 12 years ago
Closed 10 years ago
#9425 closed enhancement (fixed)
Change the behavior regarding startup
Reported by: | mmadia | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/notification_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #8469 | |
Platform: | All |
Description
Currently a symlink in B_USER_BOOT_DIRECTORY/launch is used to determine whether the notification_server should be started. This symlink is created by its preflet src/preferences/notifications/GeneralView.cpp
Instead of relying upon the symlink, a better method would be similar to mail_daemon, where fAutoStartCheckBox is responsible for setting the variable DaemonAutoStarts. Then mail_daemon will run only if that setting is enabled src/servers/mail/main.cpp
Change History (2)
comment:1 by , 10 years ago
Blocking: | 8469 added |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in hrev48242.