~ubuntu-branches/debian/squeeze/partman-ext3/squeeze

« back to all changes in this revision

Viewing changes to fstab.d/ext3

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop, Updated translations
  • Date: 2007-02-27 18:22:43 UTC
  • mfrom: (2.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20070227182243-2uga2o5aii3zt4pn
Tags: 46
[ Updated translations ]
Malayalam (ml.po) by Praveen A

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
                    mountpoint=$(cat $id/mountpoint)
19
19
                    # due to #249322, #255135, #258117:
20
20
                    if [ "$mountpoint" = /tmp ]; then
21
 
                        rm $id/options/noexec >/dev/null 2>/dev/null || true
 
21
                        rm -f $id/options/noexec
22
22
                    fi
23
23
                    options=$(get_mountoptions $dev $id)
24
24
                    if [ "$mountpoint" = / ]; then