wok diff openssh/receipt @ rev 16681

Create some /var/run/<dir> in /etc/init.d/<daemon> scritps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 18 20:24:07 2014 +0000 (2014-05-18)
parents f498b54a20cd
children 620808340f7a
line diff
     1.1 --- a/openssh/receipt	Tue Apr 15 04:46:37 2014 +0200
     1.2 +++ b/openssh/receipt	Sun May 18 20:24:07 2014 +0000
     1.3 @@ -46,12 +46,6 @@
     1.4  		$fs/etc/ssh/sshd_config
     1.5  }
     1.6  
     1.7 -# Pre and post install commands for Tazpkg.
     1.8 -pre_install()
     1.9 -{
    1.10 -       mkdir -p $1/var/run/sshd
    1.11 -}
    1.12 -
    1.13  post_install()
    1.14  {
    1.15         [ "$1" ] || while read dropbear openssh ; do
    1.16 @@ -64,10 +58,3 @@
    1.17  /etc/dropbear/dropbear_dss_host_key	/etc/ssh/ssh_host_dsa_key
    1.18  EOT
    1.19  }
    1.20 -
    1.21 -# Pre and post remove commands for Tazpkg.
    1.22 -post_remove()
    1.23 -{
    1.24 -       rm -fr $1/var/run/sshd
    1.25 -}       
    1.26 -