CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sysvinit: updated to 2.89
authorVictor Martinez <pitillo@ono.com>
Thu, 14 Jun 2018 20:00:44 +0000 (20:00 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 14 Jun 2018 20:00:44 +0000 (20:00 +0000)
sysvinit/.md5sum
sysvinit/Pkgfile

index 7af97a42e7f128d158f72241c6b3601269be8f18..112a60f4852a9c74f598e8e1253105b384828975 100644 (file)
@@ -1 +1 @@
-6eda8a97b86e0a6f59dabbf25202aa6f  sysvinit-2.88dsf.tar.bz2
+6a2e0776a9a3e29264ddec738ef0031c  sysvinit-2.89.tar.bz2
index ca39f04c59e5db3c5d123b41ec34624065b30f80..297ca22ed4baaf67254d2a2335fd05c85c5a9e0a 100644 (file)
@@ -5,20 +5,18 @@
 # Depends on:
 
 name=sysvinit
-version=2.88
-release=4
-source=(http://download.savannah.gnu.org/releases/$name/$name-${version}dsf.tar.bz2)
+version=2.89
+release=1
+source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.bz2)
 
 build() {
-  cd $name-${version}dsf
-  make -C src CC="$CC"
-  make -C src ROOT=$PKG install
-  
+  cd $name-$version
+  make CC="$CC"
+  make ROOT=$PKG install
+
   # Provided by util-linux 
-  rm $PKG/{bin/mountpoint,usr/bin/utmpdump}
-  rm $PKG/usr/share/man/man1/{mountpoint,utmpdump}.1
-  rm $PKG/usr/bin/{last,lastb,mesg,wall}
-  rm $PKG/usr/share/man/man1/{last,lastb,mesg,wall}.1
+  rm $PKG/usr/bin/{last,lastb,mesg,utmpdump,wall}
+  rm $PKG/usr/share/man/man1/{last,lastb,mesg,utmpdump,wall}.1
   rmdir $PKG/usr/bin
 
   # Provided by procps
@@ -28,5 +26,5 @@ build() {
   install -d $PKG/var/log
   touch $PKG/var/log/wtmp
   touch $PKG/var/log/btmp
-  chmod 0600 $PKG/var/log/btmp
+  chmod 0600 $PKG/var/log/btmp  
 }