cddb_daemon: renamed to cddb_lookup, moved to /src/bin.
* It's now a standard command line tool that is launched automatically via the launch_daemon whenver a volume is mounted.
This commit is contained in:
+6
-6
@@ -55,12 +55,6 @@ service x-vnd.Haiku-net_server {
|
||||
legacy
|
||||
}
|
||||
|
||||
service x-vnd.Haiku-cddb_daemon {
|
||||
launch /system/servers/cddb_daemon
|
||||
no_safemode
|
||||
legacy
|
||||
}
|
||||
|
||||
service x-vnd.Haiku-print_server {
|
||||
launch /system/servers/print_server
|
||||
no_safemode
|
||||
@@ -79,6 +73,12 @@ service x-vnd.Haiku-power_daemon {
|
||||
legacy
|
||||
}
|
||||
|
||||
job x-vnd.Haiku-cddb_lookup {
|
||||
launch /system/bin/cddb_lookup
|
||||
no_safemode
|
||||
on volume_mounted
|
||||
}
|
||||
|
||||
job post-install {
|
||||
launch /bin/sh /system/boot/PostInstallScript
|
||||
if file_exists /boot/system/settings/fresh_install
|
||||
|
||||
Reference in New Issue
Block a user