diff options
author | Tim Potter <tpot@samba.org> | 2002-11-29 02:58:59 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-11-29 02:58:59 +0000 |
commit | d3998307adc50ba50defe610cb656c73799ae3b9 (patch) | |
tree | 180321618af26ed022af400a540eb6afcfcb263e /source/script/uninstallbin.sh | |
parent | 3ce520785369c319a93b3f33a8e1f73c12cab18a (diff) | |
download | samba-d3998307adc50ba50defe610cb656c73799ae3b9.tar.gz samba-d3998307adc50ba50defe610cb656c73799ae3b9.tar.xz samba-d3998307adc50ba50defe610cb656c73799ae3b9.zip |
Merge a bunch of trivial changes from HEAD. The difference remaining
should actual functional differences between HEAD and 3.0.
- Mostly reformatting
- Removal of unecessary #include "smb.h"
- Merge of dyn_DRIVERFILE removal
- Silly bug fix for python code
Diffstat (limited to 'source/script/uninstallbin.sh')
-rwxr-xr-x | source/script/uninstallbin.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/script/uninstallbin.sh b/source/script/uninstallbin.sh index 53775f89465..a8bbdea7afd 100755 --- a/source/script/uninstallbin.sh +++ b/source/script/uninstallbin.sh @@ -34,8 +34,8 @@ cat << EOF ====================================================================== The binaries have been uninstalled. You may restore the binaries using the command "make installbin" or "make install" to install binaries, -man pages and shell scripts. You can restore a previous version of the -binaries (if there were any) using "make revert". +man pages, modules and shell scripts. You can restore a previous +version of the binaries (if there were any) using "make revert". ====================================================================== EOF |