|
Revision 217, 0.5 kB
(checked in by athomas, 4 years ago)
|
Updated man page, Change Log?; op.list.in now includes /etc/op.d. Default op.conf
will be much less complex.
|
| Line | |
|---|
| 1 |
%readme README |
|---|
| 2 |
%version @VERSION@ |
|---|
| 3 |
%product Operator Escalation |
|---|
| 4 |
%copyright David Koblas, Howard Owen, Alec Thomas |
|---|
| 5 |
%license COPYING |
|---|
| 6 |
%vendor N/A |
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
# Directories... |
|---|
| 10 |
$prefix=/usr |
|---|
| 11 |
$exec_prefix=${prefix} |
|---|
| 12 |
$bindir=${exec_prefix}/bin |
|---|
| 13 |
$mandir=${prefix}/share/man |
|---|
| 14 |
$datadir=${prefix}/share |
|---|
| 15 |
|
|---|
| 16 |
d 755 root sys ${bindir} - |
|---|
| 17 |
f 4755 root sys ${bindir}/op op |
|---|
| 18 |
|
|---|
| 19 |
d 755 root sys /etc - |
|---|
| 20 |
d 755 root sys /etc/op.d - |
|---|
| 21 |
c 600 root sys /etc/op.conf op.conf |
|---|
| 22 |
|
|---|
| 23 |
d 755 root sys ${mandir} - |
|---|
| 24 |
d 755 root sys ${mandir}/man1 - |
|---|
| 25 |
f 644 root sys ${mandir}/man1/op.1 op.1 |
|---|