~racb/ubuntu/precise/cobbler/858860

« back to all changes in this revision

Viewing changes to debian/cobbler-ubuntu-import

  • Committer: Robie Basak
  • Date: 2012-01-05 09:13:20 UTC
  • mfrom: (66.1.2 precise)
  • Revision ID: robie.basak@canonical.com-20120105091320-wfj4oo5pt1vgnps2
debian/cobbler.preinst: fix /etc/cobbler/users.digest if upgrading from a
version that set it world readable (LP: #858860).

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
}
140
140
 
141
141
short_opts="Dhm:o:p:vcru"
142
 
long_opts="delete-iso,help,mirror:,proxy:,remove,update,update-check,remove,verbose"
 
142
long_opts="delete-iso,help,mirror:,proxy:,remove,update,update-check,verbose"
143
143
getopt_out=$(getopt --name "${0##*/}" \
144
144
        --options "${short_opts}" --long "${long_opts}" -- "$@") &&
145
145
        eval set -- "${getopt_out}" ||