mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
c4096e6659
If we need to make an exception we can do it and properly document the reason but by default we should just use the default login class. rc.d uses daemon or the login class provided in login.conf.d so this has no impact there. discussed with sthen@, tb@ and robert@ praying that my grep/sed skills did not break anything and still believing in portbump :-)
15 lines
372 B
Plaintext
15 lines
372 B
Plaintext
@extraunexec rm -f /var/db/uptimed/*
|
|
@newgroup _uptimed:717
|
|
@newuser _uptimed:717:717::Uptimed Account:/nonexistent:/sbin/nologin
|
|
@bin bin/uprecords
|
|
lib/libuptimed.a
|
|
lib/libuptimed.la
|
|
@lib lib/libuptimed.so.${LIBuptimed_VERSION}
|
|
@man man/man1/uprecords.1
|
|
@man man/man8/uptimed.8
|
|
@bin sbin/uptimed
|
|
@owner _uptimed
|
|
@sample /var/db/uptimed/
|
|
@owner
|
|
@rcscript ${RCDIR}/uptimed
|