Changeset 6488 for pkg/frankie
- Timestamp:
- 04/05/10 03:01:43 (3 years ago)
- Location:
- pkg/frankie/main/rebuildfstab-parsix/trunk
- Files:
-
- 5 edited
-
debian/changelog (modified) (1 diff)
-
debian/control (modified) (1 diff)
-
debian/copyright (modified) (2 diffs)
-
fstabgen (modified) (1 diff)
-
rebuildfstab (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/frankie/main/rebuildfstab-parsix/trunk/debian/changelog
r6305 r6488 1 rebuildfstab-parsix (0.7.4) unstable; urgency=low 2 3 * At least have devpts header up on fstab 4 * Bump standards version to 3.8.4, no extra change is needed 5 * Updated copyright file 6 7 -- Alan Baghumian <alan@technotux.org> Sun, 04 Apr 2010 18:00:39 -0700 8 1 9 rebuildfstab-parsix (0.7.3) unstable; urgency=low 2 10 -
pkg/frankie/main/rebuildfstab-parsix/trunk/debian/control
r5758 r6488 4 4 Maintainer: Alan Baghumian <alan@technotux.org> 5 5 Build-Depends: cdbs, debhelper (>= 5.0.0) 6 Standards-Version: 3.8. 36 Standards-Version: 3.8.4 7 7 8 8 Package: rebuildfstab-parsix -
pkg/frankie/main/rebuildfstab-parsix/trunk/debian/copyright
r5644 r6488 8 8 2004-2006 Joerg Schirottke <master@kanotix.com> 9 9 2005-2008 Stefan Lippers-Hollmann <s.l-h@gmx.de> 10 2006-20 09Alan Baghumian <alan@technotux.org>10 2006-2010 Alan Baghumian <alan@technotux.org> 11 11 12 12 License: … … 29 29 Public License can be found in `/usr/share/common-licenses/GPL'. 30 30 31 The Debian packaging is (C) 2006-20 09, Alan Baghumian <alan@technotux.org> and31 The Debian packaging is (C) 2006-2010, Alan Baghumian <alan@technotux.org> and 32 32 is licensed under the GPL, see above. -
pkg/frankie/main/rebuildfstab-parsix/trunk/fstabgen
r6305 r6488 641 641 # but not the filesystem UUID or VOLUME label. 642 642 # 643 devpts /dev/pts devpts defaults 0 0 643 644 EOF 644 645 -
pkg/frankie/main/rebuildfstab-parsix/trunk/rebuildfstab
r5644 r6488 1 1 #!/bin/bash 2 2 # Backwards compatible script that calls new fstabgen 3 # (C) 2009 Alan Baghumian <alan@technotux.org> 3 # (C) 2009-2010 Alan Baghumian <alan@technotux.org> 4 # License: GPL 4 5 5 6 /usr/sbin/fstabgen --mkdir --auto > /etc/fstab
Note: See TracChangeset
for help on using the changeset viewer.


