Changeset 98


Ignore:
Timestamp:
04/26/2006 13:47:22 (6 years ago)
Author:
ccowart
Message:

Having staff ownership breaks bootstrap.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/Makefile

    r89 r98  
    66        mkdir -p /usr/local/rescomp/sbin 
    77        mkdir -p /usr/local/rescomp/bin 
    8         install -Sp -o root -g staff -m 0555 confman $(PREFIX)/sbin/confman 
    9         install -Sp -o root -g staff -m 0555 abspath $(PREFIX)/bin/abspath 
    10         install -Sp -o root -g staff -m 0444 confman.conf \ 
     8        install -Sp -o root -g wheel -m 0555 confman $(PREFIX)/sbin/confman 
     9        install -Sp -o root -g wheel -m 0555 abspath $(PREFIX)/bin/abspath 
     10        install -Sp -o root -g wheel -m 0444 confman.conf \ 
    1111                $(PREFIX)/etc/confman.conf-default 
    12         install -Sp -o root -g staff -m 0444 confmanlib.sh \ 
     12        install -Sp -o root -g wheel -m 0444 confmanlib.sh \ 
    1313                $(PREFIX)/lib/confmanlib.sh 
    14         install -Sp -o root -g staff -m 0444 confmandoc.sh \ 
     14        install -Sp -o root -g wheel -m 0444 confmandoc.sh \ 
    1515                $(PREFIX)/lib/confmandoc.sh 
    16         install -Sp -o root -g staff -m 0444 bash_completions \ 
     16        install -Sp -o root -g wheel -m 0444 bash_completions \ 
    1717                $(PREFIX)/etc/env.d/confman_completions 
    1818 
Note: See TracChangeset for help on using the changeset viewer.