Changeset 47 for confman/Makefile


Ignore:
Timestamp:
03/29/2006 16:48:21 (6 years ago)
Author:
ccowart
Message:

Permissions issue in Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/Makefile

    r40 r47  
    55        mkdir -p /usr/local/rescomp/sbin 
    66        install -Sp -o root -g wheel -m 0555 confman $(PREFIX)/sbin/confman 
    7         install -Sp -o root -g wheel -m 0555 confman.conf \ 
     7        install -Sp -o root -g wheel -m 0444 confman.conf \ 
    88                $(PREFIX)/etc/confman.conf-default 
    9         install -Sp -o root -g wheel -m 0555 confmanlib.sh \ 
     9        install -Sp -o root -g wheel -m 0444 confmanlib.sh \ 
    1010                $(PREFIX)/lib/confmanlib.sh 
    1111 
Note: See TracChangeset for help on using the changeset viewer.