Changeset 235

Show
Ignore:
Timestamp:
09/01/07 11:59:53 (15 months ago)
Author:
free
Message:

* Do not disable ssh by default

Location:
64studio/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • 64studio/trunk/debian/changelog

    r234 r235  
    55  * Added pppoeconf (closes #367) 
    66  * Comment the cdrom APT entry only if the network is available 
     7  * Do not disable ssh by default 
    78 
    89 -- Free Ekanayaka <freee@debian.org>  Tue, 21 Aug 2007 10:58:44 +0200 
  • 64studio/trunk/utils/64studio-config

    r234 r235  
    3636 
    3737# Disable services 
    38 SERVICES="ssh samba rsync bittorrent nfs-common anacron cron" 
     38SERVICES="samba rsync bittorrent nfs-common anacron cron" 
    3939for SERVICE in $SERVICES; do 
    4040    update-rc.d -f $SERVICE remove