[Bug 288538] sysutils/smartmontools: smartd starts too early

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 29 Jul 2025 14:41:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288538

            Bug ID: 288538
           Summary: sysutils/smartmontools: smartd starts too early
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: samm@FreeBSD.org
          Reporter: vsasjason@gmail.com
                CC: vvd@FreeBSD.org
          Assignee: samm@FreeBSD.org
             Flags: maintainer-feedback?(samm@FreeBSD.org)

root@jnb: [?:1] ~ # rcorder {,/usr/local}/etc/rc.d/* | egrep -n '[A-Z]+|smartd'
39:/etc/rc.d/FILESYSTEMS
72:/etc/rc.d/NETWORKING
99:/usr/local/etc/rc.d/smartd
101:/etc/rc.d/SERVERS
108:/etc/rc.d/DAEMON
129:/etc/rc.d/LOGIN

According to rc(8), most appropriate place would be DAEMON (that doesn't force
us to remove 'mail' from REQUIRE:, but we can safely remove everything else I
believe).

-- 
You are receiving this mail because:
You are the assignee for the bug.