Home | History | Annotate | Download | only in postinstall

Lines Matching refs:motd

1615 #	motd
1618 additem motd "contents of motd"
1624 "${DEST_DIR}/etc/motd" >/dev/null 2>&1 \
1626 "${DEST_DIR}/etc/motd" >/dev/null 2>&1
1628 tmp1="$(mktemp /tmp/postinstall.motd.XXXXXXXX)"
1629 tmp2="$(mktemp /tmp/postinstall.motd.XXXXXXXX)"
1630 ${SED} '1,2d' <"${SRC_DIR}/etc/motd" >"${tmp1}"
1631 ${SED} '1,2d' <"${DEST_DIR}/etc/motd" >"${tmp2}"
1641 head -n 2 "${DEST_DIR}/etc/motd" >"${tmp1}"
1642 ${SED} '1,2d' <"${SRC_DIR}/etc/motd" >>"${tmp1}"
1643 cp "${tmp1}" "${DEST_DIR}/etc/motd"