Changeset 1921
- Timestamp:
- 06/14/07 04:08:49 (19 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
packages/samba/Makefile (modified) (1 diff)
-
packages/seamonkey/Makefile (modified) (1 diff)
-
root/.mozilla/default/79exklwh.slt/prefs.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/samba/Makefile
r1820 r1921 2 2 3 3 NM= samba 4 VRS= 3.0.2 44 VRS= 3.0.25 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.gz 8 8 URL-$(FILE)= http://us3.samba.org/$(NM)/ftp/old-versions/$(FILE) 9 SHA-$(FILE)= 216020b58abca191b8146f76f98a8bda3508fcd39 SHA-$(FILE)= 413fb84366e4bc98a64398996d6944f8fb8e0f7f 10 10 11 11 # Targets -
trunk/packages/seamonkey/Makefile
r1848 r1921 2 2 3 3 NM= seamonkey 4 VRS= 1.1. 14 VRS= 1.1.2 5 5 DIR= mozilla 6 6 7 7 FILE= $(NM)-$(VRS).source.tar.bz2 8 URL-$(FILE)= http:// ftp.mozilla.org/pub/mozilla.org/$(NM)/releases/$(VRS)/$(FILE)9 SHA-$(FILE)= 08a6a66a1e69e112680e8ad2116c54d7ccb54c3b8 URL-$(FILE)= http://releases.mozilla.org/pub/mozilla.org/$(NM)/releases/$(VRS)/$(FILE) 9 SHA-$(FILE)= d0aa219b54a54cd75e690a458280b0d12bcf9607 10 10 11 11 MFH=/usr/lib/seamonkey-$(VRS) -
trunk/root/.mozilla/default/79exklwh.slt/prefs.js
r1850 r1921 11 11 12 12 user_pref("browser.preferences.lastpanel", 0); 13 user_pref("browser.search.defaultengine", "engine:///usr/lib/seamonkey-1.1. 1/searchplugins/google.src");13 user_pref("browser.search.defaultengine", "engine:///usr/lib/seamonkey-1.1.2/searchplugins/google.src"); 14 14 user_pref("browser.startup.homepage", "file:///usr/share/LFS-BOOK-SVN-HTML/index.html"); 15 user_pref("browser.startup.homepage_override.mstone", " rv:1.8.1.2");15 user_pref("browser.startup.homepage_override.mstone", "ignore"); 16 16 user_pref("dom.disable_open_during_load", true); 17 17 user_pref("extensions.disabledObsolete", true);
