Changeset 118

Show
Ignore:
Timestamp:
13/03/2007 23:31:09 (2 years ago)
Author:
nextime
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • packages/main/mdxinstaller/tags/mercury/debian/changelog

    r117 r118  
     1mdxinstaller (0.1.mercury-5) stable; urgency=low 
     2 
     3  * Fix little bug in umount /home partition 
     4 
     5 -- Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it>  Tue, 13 Mar 2007 23:30:40 +0100 
     6 
    17mdxinstaller (0.1.mercury-4) stable; urgency=low 
    28 
  • packages/main/mdxinstaller/tags/mercury/medianix-install

    r117 r118  
    2525{ 
    2626        if [ "$homepartition" != "" ] ; then 
    27                 umount -f "$homepartition 
     27                umount -f "$homepartition" 
    2828        fi  
    2929 
    3030        if [ "$rootpartition" != "" ] ; then 
    31                 umount -f "$rootpartition 
     31                umount -f "$rootpartition" 
    3232        fi  
    3333 
  • packages/main/mdxinstaller/trunk/debian/changelog

    r117 r118  
     1mdxinstaller (0.1-5) unstable; urgency=low 
     2 
     3  * Fix little bug in umount /home partition 
     4 
     5 -- Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it>  Tue, 13 Mar 2007 23:29:20 +0100 
     6 
    17mdxinstaller (0.1-4) unstable; urgency=low 
    28 
  • packages/main/mdxinstaller/trunk/medianix-install

    r117 r118  
    2525{ 
    2626        if [ "$homepartition" != "" ] ; then 
    27                 umount -f "$homepartition 
     27                umount -f "$homepartition" 
    2828        fi  
    2929 
    3030        if [ "$rootpartition" != "" ] ; then 
    31                 umount -f "$rootpartition 
     31                umount -f "$rootpartition" 
    3232        fi  
    3333