diff --git a/openssh/build.sh b/openssh/build.sh index 529bbee..e7106a9 100755 --- a/openssh/build.sh +++ b/openssh/build.sh @@ -9,7 +9,7 @@ # Check the following 4 variables before running the script topdir=openssh version=3.8.1p1 -pkgver=1 +pkgver=2 source[0]=$topdir-$version.tar.gz # If there are no patches, simply comment this #patch[0]= diff --git a/openssh/meta/depend b/openssh/meta/depend.openssh similarity index 100% rename from openssh/meta/depend rename to openssh/meta/depend.openssh diff --git a/openssh/meta/postinstall b/openssh/meta/postinstall.openssh similarity index 96% rename from openssh/meta/postinstall rename to openssh/meta/postinstall.openssh index f62869f..0750b68 100644 --- a/openssh/meta/postinstall +++ b/openssh/meta/postinstall.openssh @@ -73,10 +73,10 @@ ${REMOVEF} -f ${PKGINST} mv /usr/local/etc/sshd.init /etc/init.d/sshd.local # Install new *symlinks* -ln -s /etc/init.d/sshd.local /etc/rc0.d/K30sshd.local -ln -s /etc/init.d/sshd.local /etc/rc1.d/K30sshd.local -ln -s /etc/init.d/sshd.local /etc/rc2.d/S78sshd.local -ln -s /etc/init.d/sshd.local /etc/rcS.d/K30sshd.local +ln -sf /etc/init.d/sshd.local /etc/rc0.d/K30sshd.local +ln -sf /etc/init.d/sshd.local /etc/rc1.d/K30sshd.local +ln -sf /etc/init.d/sshd.local /etc/rc2.d/S78sshd.local +ln -sf /etc/init.d/sshd.local /etc/rcS.d/K30sshd.local # Then installf the new pathnames ${INSTALLF} ${PKGINST} /etc/init.d/sshd.local f 744 root sys diff --git a/openssh/meta/postremove b/openssh/meta/postremove.openssh similarity index 100% rename from openssh/meta/postremove rename to openssh/meta/postremove.openssh diff --git a/openssh/meta/preremove b/openssh/meta/preremove.openssh similarity index 100% rename from openssh/meta/preremove rename to openssh/meta/preremove.openssh