DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T b

⟦3b4258574⟧ TextFile

    Length: 1433 (0x599)
    Types: TextFile
    Names: »bsd.m4«

Derivation

└─⟦4f9d7c866⟧ Bits:30007245 EUUGD6: Sikkerheds distributionen
    └─⟦3da311d67⟧ »./cops/1.04/cops_104.tar.Z« 
        └─⟦6a2577110⟧ 
└─⟦4f9d7c866⟧ Bits:30007245 EUUGD6: Sikkerheds distributionen
    └─⟦6a2577110⟧ »./cops/1.04/cops_104.tar« 
            └─⟦this⟧ »cops_104/checkacct/bsd.m4« 

TextFile

undefine(eval)dnl()
changequote(%,^)dnl()
dnl()
dnl() At some sites, a group is given to each user, rendering group
dnl()	permissions somewhat moot.  If your site is like this, then you
dnl()	want to tell chkacct to act as if group permissions don't matter.
dnl()   To do this, set smallgroups to be 1
dnl()
define(SmallGroups,%1^)dnl()
define(FindPermRead,
	ifelse(SmallGroups, %0^, %-perm -4 -o -perm -40^, %-perm -4^))dnl()
define(FindPermWrite,
	ifelse(SmallGroups, %0^, %-perm -2 -o -perm -20^, %-perm -2^))dnl()
define(ChmodPermSymbol,
	ifelse(SmallGroups, %0^, %go^, %o^))dnl()
define(FindPermSuid,
	ifelse(SmallGroups, %0^, %-perm -2000 -o -perm -4000^, %-perm -4000^))dnl()
define(ChmodPermSuidSymbol,
	ifelse(SmallGroups, %0^, %ug^, %u^))dnl()
dnl()
dnl()
dnl() Set cshpath() to be the tail end of whatever it takes to pipe standard
dnl() input to the shell.  It will be used in the following way:
dnl()		HOMEDIR=`echo "echo ~${USERID}" | cshpath()`
dnl() On some bsd systems, cshpath() needs to be "/bin/csh -".  
dnl() On some sysV systems, cshpath() needs to be "/bin/csh".  
dnl()
define(perlpath,%/usr/unsup/bin/perl^)dnl()
define(catpath,%/bin/cat^)dnl()
define(cshpath,%/bin/csh -^)dnl()
define(pagerpath,%"/usr/ucb/more"^)dnl()
define(gurudude,%"PUCC General Consultant"^)dnl()
define(installpath,%/usr/local/^)dnl()
define(echownl,%/bin/echo -n "^$1%"^)dnl()
define(lsopt,%g^)dnl()
define(findopts,%-follow^)dnl()