1062293981
. always install them (overwrite) . source minix one from /etc/defaults/rc.conf so that it'll get read on existing installs without overwriting rc.conf (doesn't happen by default as it's user-editable), needed for new netconf system . reported by Tenkawa
4 lines
79 B
Text
4 lines
79 B
Text
if [ -r /etc/defaults/minix.rc.conf ]; then
|
|
. /etc/defaults/minix.rc.conf
|
|
fi
|
|
|