~ubuntu-branches/ubuntu/dapper/openssh/dapper

« back to all changes in this revision

Viewing changes to contrib/ssh-copy-id

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2004-10-07 18:03:06 UTC
  • Revision ID: james.westby@ubuntu.com-20041007180306-0l8ii961txetbucx
Tags: 1:3.8.1p1-11ubuntu3
* Nathaniel McCallum:
  - debian/openssh-server.init: pretty initscript
  - debian/control: versioned depend on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  fi
25
25
fi
26
26
 
27
 
if [ -z "`eval $GET_ID`" -a -r "${ID_FILE}" ] ; then
 
27
if [ -z "`eval $GET_ID`" ] && [ -r "${ID_FILE}" ] ; then
28
28
  GET_ID="cat ${ID_FILE}"
29
29
fi
30
30