Hi all,
Can someone help me understand the reason why package names configured in rc.conf use an underscore while the service name uses a dash/hyphen?
Examples:
but
I see the rc.conf syntax seems to leverage the underscore but I am not entirely sure why it could not have been consistently underscore everywhere or dash/hyphen everywhere instead between service name and package name.
Can someone help me understand the reason why package names configured in rc.conf use an underscore while the service name uses a dash/hyphen?
Examples:
Code:
sysrc avahi_daemon_enable=YES
sysrc emby_server_enable=YES
Code:
service avahi-daemon start
service emby-server start
I see the rc.conf syntax seems to leverage the underscore but I am not entirely sure why it could not have been consistently underscore everywhere or dash/hyphen everywhere instead between service name and package name.