Changes between Version 2 and Version 3 of jazz/Hadoop_deb
- Timestamp:
- Mar 20, 2009, 1:32:03 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/Hadoop_deb
v2 v3 26 26 check that the hadoop Makefiles install into $DESTDIR and not in / . 27 27 }}} 28 * 參考 /var/lib/dpkg/info/openssh-server.postinst 29 * 加帳號的參考寫法 30 {{{ 31 setup_sshd_user() { 32 if ! getent passwd sshd >/dev/null; then 33 adduser --quiet --system --no-create-home --home /var/run/sshd --shell /usr/sbin/nologin sshd 34 fi 35 } 36 }}}