diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-11-26 12:15:22 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-11-27 16:05:04 +1100 |
commit | 4a52ee3cd591051f05c086d61769ad16b9c8df58 (patch) | |
tree | b11f2308429618d401f7490c05ab024407097829 /upgrading-samba4.txt | |
parent | 44bc8ac22c402e3d320e080f935636bf26e17500 (diff) | |
download | samba-4a52ee3cd591051f05c086d61769ad16b9c8df58.tar.gz |
Fix path to upgradeprovision
Diffstat (limited to 'upgrading-samba4.txt')
-rw-r--r-- | upgrading-samba4.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/upgrading-samba4.txt b/upgrading-samba4.txt index 0ea8edb8c58..b84bbaba033 100644 --- a/upgrading-samba4.txt +++ b/upgrading-samba4.txt @@ -8,7 +8,7 @@ For users of samba4 alpha 8 and after go in the directory where your samba4 provision is stored (/usr/local/samba by default) do tar cf $HOME/backup.tar private (it's also recommended to save the etc/smb.conf and var/sysvol dir aswell) * Go in the source4 dir -* run ./python/scripting/upgradeprovision +* run ./scripting/bin/upgradeprovision * do make install For users of samba4 alpha 8 and after @@ -19,6 +19,6 @@ For users of samba4 alpha 8 and after go in the directory where your samba4 provision is stored (/usr/local/samba by default) do tar cf $HOME/backup.tar private (it's also recommended to save the etc/smb.conf and var/sysvol dir aswell) * Go in the source4 dir -* run ./python/scripting/upgradeprovision --full +* run ./scripting/bin/upgradeprovision --full * do make install |