Changeset 1194
- Timestamp:
- 12/16/11 13:44:16 (5 months ago)
- Location:
- main/linuxmuster-migration/trunk
- Files:
-
- 2 edited
-
debian/changelog (modified) (1 diff)
-
share/linuxmuster-migration-backup.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-migration/trunk/debian/changelog
r1187 r1194 3 3 * include.conf: added /etc/aliases and /etc/mysql/my.cnf. 4 4 * linuxmuster-migration-restore.sh: added recreation of aliases. 5 * fixed getting quota info of non quoted system. 5 6 6 7 -- Thomas Schmitt <schmitt@lmz-bw.de> Mon, 12 Dec 2011 11:50:54 +0100 -
main/linuxmuster-migration/trunk/share/linuxmuster-migration-backup.sh
r1159 r1194 109 109 # save number of quoted partitions 110 110 echo -n " * quota info ..." 111 if mount | grep -c "usrquota,grpquota" > "$QUOTAPARTS"; then 112 echo " OK!" 113 else 114 error " Failed!" 115 fi 111 mount | grep -c "usrquota,grpquota" > "$QUOTAPARTS" 112 echo " $(cat "$QUOTAPARTS") partition(s) are quoted." 116 113 117 114
Note: See TracChangeset
for help on using the changeset viewer.
