home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Previous Section Next Section

confUBINMODE

Permissions for user executables Build macro

The confUBINMODE macro determines the permissions for user-executable files. This macro assigns its value to the BINMODE= Makefile directive, but only for the following programs: editmap, mailstats, makemap, praliases, rmail, vacation, and smrsh. This macro is usually correctly defined for you in your devtools/OS file. To change the permissions for these programs, you might do this:

define(`confUBINMODE', `111')

Note that the newaliases, mailq, hoststat, and purgestat programs are really symbolic links, so the concept of permissions does not apply.

    Previous Section Next Section