29 Mar
2011
29 Mar
'11
8:55 a.m.
Am 29.03.2011 03:45, schrieb Dave Reisner:
+ +install -D -m755 rc ${DESTDIR}/sbin/rc || exit 1
/sbin is typically reserved for programs which an unpriveleged user gets no use out of. Since we've got a "list" function, this is probably better suited for /bin (could make a case for /usr/bin as well).
This is actually okay. Many tools are in /sbin/ and allow some functions to regular users. Take, ifconfig, ip, brctl as examples. IMO, /sbin/ is the right place.