~ubuntu-branches/ubuntu/precise/ldm/precise

« back to all changes in this revision

Viewing changes to share/ldm-script.in

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Graber
  • Date: 2009-08-25 10:39:37 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20090825103937-h0nfciwgfrlb3osi
Tags: 2:2.0.45-0ubuntu1
* New upstream version (2.0.45)
 * Strip username so it doesn't contain spaces at the start and end
 * Implement pre-ssh hooks
 * Fix cases when LDM_PRINTER_LIST is set but empty

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
done
15
15
 
16
16
case "${ACTION}" in
 
17
    pressh)
 
18
        SCRIPTS="$SCRIPTS $(find -L $RCDIRS -type f -name 'P*')"
 
19
        ;;
17
20
    start)
18
21
        SCRIPTS="$SCRIPTS $(find -L $RCDIRS -type f -name 'S*')"
19
22
        ;;