Changes between Version 2 and Version 3 of jazz/Hadoop_deb


Ignore:
Timestamp:
Mar 20, 2009, 1:32:03 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Hadoop_deb

    v2 v3  
    2626check that the hadoop Makefiles install into $DESTDIR and not in / .
    2727}}}
     28 * 參考 /var/lib/dpkg/info/openssh-server.postinst
     29   * 加帳號的參考寫法
     30{{{
     31setup_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}}}