holidays(4)
NAME
holidays − prime/nonprime table for the accounting system
SYNOPSIS
/etc/acct/holidays
DESCRIPTION
The /etc/acct/holidays file describes which hours are considered prime time and which days are holidays. Holidays and weekends are considered non-prime time hours. /etc/acct/holidays is used by the accounting system.
All lines beginning with an "∗" are comments.
The /etc/acct/holidays file consists of two sections. The first non-comment line defines the current year and the start time of prime and non-prime time hours, in the form:
current_year prime_start non_prime_start
The remaining non-comment lines define the holidays in the form:
month/daycompany_holiday
Of these two fields, only the month/day is actually used by the accounting system programs.
The /etc/acct/holidays file must be updated each year.
EXAMPLES
The following is an example of the /etc/acct/holidays file:
∗ Prime/Nonprime Table for the accounting system
∗
∗ CurrPrimeNon-Prime
∗ YearStartStart
∗
199108301800
∗
∗ only the first column (month/day) is significant.
∗
∗ month/dayCompany
∗Holiday
∗
1/1New Years Day
5/30 Memorial Day
7/4Indep. Day
9/5Labor Day
11/24Thanksgiving Day
11/25day after Thanksgiving
12/25Christmas
12/26day after Christmas
SEE ALSO
SunOS 5.2 — Last change: 28 Mar 1991