Magellan Linux

Diff of /branches/magellan-next/core/openssh/openssh-5.8p2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7880 by niro, Thu Jun 2 21:22:15 2011 UTC revision 7883 by niro, Fri Jun 3 11:37:45 2011 UTC
# Line 96  postinstall() Line 96  postinstall()
96   mstartunit ssh-keygen-rsa1.service sshd   mstartunit ssh-keygen-rsa1.service sshd
97   mstartunit ssh-keygen-rsa.service sshd   mstartunit ssh-keygen-rsa.service sshd
98   mstartunit sshd.service   mstartunit sshd.service
99   mstartunit sshd.socket   # per socket connection not supported atm
100     #mstartunit sshd.socket
101  }  }
102    
103  postremove()  postremove()
# Line 108  postremove() Line 109  postremove()
109   mstopunit ssh-keygen-rsa1.service sshd   mstopunit ssh-keygen-rsa1.service sshd
110   mstopunit ssh-keygen-rsa.service sshd   mstopunit ssh-keygen-rsa.service sshd
111   mstopunit sshd.service   mstopunit sshd.service
112   mstopunit sshd.socket   # per socket connection not supported atm
113     #mstopunit sshd.socket
114  }  }

Legend:
Removed from v.7880  
changed lines
  Added in v.7883