diff options
author | bubulle <bubulle@alioth.debian.org> | 2009-03-01 15:46:25 +0000 |
---|---|---|
committer | bubulle <bubulle@alioth.debian.org> | 2009-03-01 15:46:25 +0000 |
commit | f9bf6dc8ef61e5d40235eb23791e6e9acec9a85c (patch) | |
tree | 1f0ba299ed942ee521341648c9de3919531d5c16 | |
parent | c421ab8f6395971733a561b952a48685fc2d9fdf (diff) | |
download | samba-f9bf6dc8ef61e5d40235eb23791e6e9acec9a85c.tar.gz |
Use an alternative also for smbstatus.1
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@2625 fc4039ab-9d04-0410-8cac-899223bdd6b0
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/samba.postinst | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8187a7b40a..2192c45491 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ samba (2:3.3.1-1) UNRELEASED; urgency=low - Fix renaming/deleting of files using Windows clients. Closes: #516160 - Fix syntax error in mount.cifs(8). Closes: #454799 + * Use a slave alternative for smbstatus.1 even though that manpage + is not provided by samba4 [ Jelmer Vernooij ] * Fix slave links for manual pages in samba-common. Closes: #517204. diff --git a/debian/samba.postinst b/debian/samba.postinst index 54c0490314..1b29485dc1 100644 --- a/debian/samba.postinst +++ b/debian/samba.postinst @@ -6,7 +6,8 @@ case "$1" in configure) - update-alternatives --install /usr/bin/smbstatus smbstatus /usr/bin/smbstatus.samba3 10 + update-alternatives --install /usr/bin/smbstatus smbstatus /usr/bin/smbstatus.samba3 10 \ + --slave /usr/share/man/man1/smbstatus.1.gz smbstatus.1.gz /usr/share/man/man1/smbstatus.samba3.1.gz # continue below ;; |