~ubuntu-branches/ubuntu/raring/vsftpd/raring

« back to all changes in this revision

Viewing changes to debian/vsftpd.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2009-07-20 05:55:34 UTC
  • mfrom: (2.2.12 sid)
  • Revision ID: james.westby@ubuntu.com-20090720055534-kerhcu3y5q115pf5
Tags: 2.2.0~pre4-2ubuntu1
* Merge from debian unstable, remaining changes:
  - Use LSB functions in the init script.
  - Use snakeoil SSL certificates and key.
  - Do not create rc.d stop symlinks
  - Add update-inetd dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
                        deluser --quiet --system ftp
10
10
                fi
11
11
 
12
 
                if [ -d /home/ftp ]
 
12
                if [ -d /srv/ftp ]
13
13
                then
14
 
                        rmdir --ignore-fail-on-non-empty /home/ftp
 
14
                        rmdir --ignore-fail-on-non-empty /srv/ftp
15
15
                fi
16
16
 
17
17
                # A user might have manually added vsftp in inetd.conf.