Changeset 1254
- Timestamp:
- 01/24/12 12:54:44 (4 months ago)
- Location:
- main/linuxmuster-linbo/branches/testing
- Files:
-
- 4 edited
-
conf/initramfs.conf (modified) (2 diffs)
-
debian/changelog (modified) (1 diff)
-
debian/md5sums.src (modified) (1 diff)
-
debian/rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-linbo/branches/testing/conf/initramfs.conf
r1161 r1254 127 127 128 128 # ntfs-3g 129 file /bin/ntfs-3g ../../src/ntfs-3g/src/.libs/ntfs-3g 755 0 0 130 file /lib/libntfs-3g.so.81 ../../src/ntfs-3g/libntfs-3g/.libs/libntfs-3g.so.81.0.0 755 0 0 129 file /bin/ntfs-3g ../../src/ntfs-3g/src/ntfs-3g 755 0 0 130 #file /bin/ntfs-3g ../../src/ntfs-3g/src/.libs/ntfs-3g 755 0 0 131 #file /lib/libntfs-3g.so.81 ../../src/ntfs-3g/libntfs-3g/.libs/libntfs-3g.so.81.0.0 755 0 0 131 132 # ntfs-3g 1.2920 MUST have this. 132 133 slink /etc/mtab /proc/mounts 755 0 0 … … 135 136 136 137 # ntfsprogs 137 file /bin/mkntfs ../../src/ntfs-3g/ntfsprogs/.libs/mkntfs 755 0 0 138 file /bin/mkntfs ../../src/ntfs-3g/ntfsprogs/mkntfs 755 0 0 139 #file /bin/mkntfs ../../src/ntfs-3g/ntfsprogs/.libs/mkntfs 755 0 0 138 140 slink /bin/mkfs.ntfs mkntfs 777 0 0 139 141 -
main/linuxmuster-linbo/branches/testing/debian/changelog
r1225 r1254 1 linuxmuster-linbo (2.0.4-0) unstable; urgency=low 2 3 * rsync: updated to 3.0.9, removed Patch. 4 * ntfs-3g: updated to 2012.1.15. 5 6 -- Thomas Schmitt <schmitt@lmz-bw.de> Tue, 24 Jan 2011 12:53:07 +0100 7 1 8 linuxmuster-linbo (2.0.3-1) unstable; urgency=low 2 9 -
main/linuxmuster-linbo/branches/testing/debian/md5sums.src
r1161 r1254 7 7 a17c748c2070168f1e784e9605ca043d linux-2.6.39.4.tar.bz2 8 8 659fb46f1b014abe64ae7d635c5bc1f8 ms-sys-2.2.1.tar.gz 9 9c4ce318373b15332239a77a9d2a39fe ntfs-3g_ntfsprogs-2011.4.12.tgz9 341acae00a290cab9b00464db65015cc ntfs-3g_ntfsprogs-2012.1.15.tgz 10 10 083903f34a0c345a05931b43fe4aa7f0 qt-embedded-linux-opensource-src-4.5.2.tar.gz 11 b53525900817cf1ba7ad3a516ab5bfe9 rsync-3.0.7.tar.gz11 5ee72266fe2c1822333c407e1761b92b rsync-3.0.9.tar.gz 12 12 257ac04e62ab7e3616e220333a1140cb ssmtp_2.62.orig.tar.gz 13 13 a7ca38a0a5786b6efae8fb01a1ae8070 syslinux-4.03.tar.bz2 -
main/linuxmuster-linbo/branches/testing/debian/rules
r1181 r1254 175 175 echo "[1mUnpacking $(RSYNC_ARCHIVE)...[0m" ; \ 176 176 tar xf cache/$(RSYNC_ARCHIVE) -C src; \ 177 echo "[1mPatching rsync sources...[0m" ; \178 ( cd $(RSYNC_DIR) && for i in ../../patches/rsync/*; do patch -p1 <$$i; done ); \179 177 ln -sf ../$(RSYNC_DIR) src/rsync; \ 180 178 fi
Note: See TracChangeset
for help on using the changeset viewer.
