1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
#################################################################
#
# cf.linux - for iu.hioslo.no
#
# This file contains debian linux specific patches
#
#################################################################
###
#
# BEGIN cf.linux
#
###
files:
/etc/printcap m=644 o=root action=fixplain
#
# Cert advisories
#
/bin/mount m=755 o=root action=fixall
/bin/umount m=755 o=root action=fixall
#######################################################################
disable:
/sbin/dip-3.3.7n
########################################################################
links:
/local/bin/tcsh -> /bin/tcsh
/local/lib/mail -> /$(site)/$(main_server)/local/lib/mail
########################################################################
editfiles:
#
# Samba default mode needs to be set...
#
{ /etc/smb.conf
ReplaceAll "700" With "644"
}
{ /etc/csh.cshrc
AppendIfNoSuchLine "setenv TZ 'MET-1MET DST-2,M3.5.0/2,M10.5.0/3'"
}
{ /etc/host.conf
PrependIfNoSuchLine "order bind"
}
{ /etc/inetd.conf
AppendIfNoSuchLine "finger stream tcp nowait daemon /local/etc/in.fingerd in.fingerd"
AppendIfNoSuchLine "cfinger stream tcp nowait daemon /local/etc/in.cfingerd in.cfingerd"
}
{ /etc/init.d/xdm
ReplaceAll "/usr/bin/X11/xdm" With "/local/iu/bin/start-xdm"
}
{ /etc/ld.so.conf
AppendIfNoSuchLine "/usr/X11R6/lib"
}
{ /etc/cron.daily/standard
HashCommentLinesContaining "security"
}
#########################################################################
shellcommands:
Hr00::
#
# Find/locate database
#
"/usr/bin/updatedb"
"/local/iu/bin/RDate > /dev/null" # Executed as robot
#########################################################################
directories:
#
# Make printer spool directories...
#
/var/spool/VirtualLight o=root g=other mode=755
/var/spool/elektro o=root g=other mode=755
#########################################################################
copy:
$(masterfiles)/etc/printcap.client dest=/etc/printcap mode=0644 type=checksum
/iu/nexus/local/gnu/lib/emacs/uio-lisp/hilit19.el
dest=/usr/lib/emacs/site-lisp/hilit19.el mode=0644
###
#
# END cf.linux
#
###
|