1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
%readme README
%version @VERSION@
%product Operator Escalation
%copyright David Koblas, Howard Owen, Alec Thomas
%license COPYING
%vendor N/A
# Directories...
$prefix=/usr
$exec_prefix=${prefix}
$bindir=${exec_prefix}/bin
$mandir=${prefix}/share/man
$datadir=${prefix}/share
d 755 root sys ${bindir} -
f 4755 root sys ${bindir}/op op
d 755 root sys /etc -
d 755 root sys /etc/op.d -
c 600 root sys /etc/op.conf op.conf
d 755 root sys ${mandir} -
d 755 root sys ${mandir}/man1 -
f 644 root sys ${mandir}/man1/op.1 op.1
|