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
16d 755 root sys ${bindir} -
17f 4755 root sys ${bindir}/op op
18
19d 755 root sys /etc -
20d 755 root sys /etc/op.d -
21c 600 root sys /etc/op.conf op.conf
22
23d 755 root sys ${mandir} -
24d 755 root sys ${mandir}/man1 -
25f 644 root sys ${mandir}/man1/op.1 op.1
26