cron: change the existing nonrootinstall patch so that it also removes the -s flag...
authorRod Whitby <rod@whitby.id.au>
Thu, 1 Feb 2007 16:27:47 +0000 (16:27 +0000)
committerRod Whitby <rod@whitby.id.au>
Thu, 1 Feb 2007 16:27:47 +0000 (16:27 +0000)
packages/cron/cron-3.0pl1/nonrootinstall.patch
packages/cron/cron_3.0pl1.bb

index 375862d..e223ba2 100644 (file)
@@ -21,8 +21,8 @@
  install               :       all
 -                      $(INSTALL) -c -m  111 -o root -s cron    $(DESTSBIN)/
 -                      $(INSTALL) -c -m 4111 -o root -s crontab $(DESTBIN)/
-+                      $(INSTALL) -c -m  111 $(INSTALLOWN) -s cron    $(DESTSBIN)/
-+                      $(INSTALL) -c -m 4111 $(INSTALLOWN) -s crontab $(DESTBIN)/
++                      $(INSTALL) -c -m  111 $(INSTALLOWN) cron    $(DESTSBIN)/
++                      $(INSTALL) -c -m 4111 $(INSTALLOWN) crontab $(DESTBIN)/
                        sh putman.sh crontab.1 $(DESTMAN)
                        sh putman.sh cron.8    $(DESTMAN)
                        sh putman.sh crontab.5 $(DESTMAN)
index 4d543de..6b2a850 100644 (file)
@@ -1,7 +1,7 @@
 SECTION = "base"
 DESCRIPTION = "Vixie cron."
 LICENSE = "cron"
-PR="r7"
+PR="r8"
 DEPENDS += "install-native"
 
 SRC_URI = "http://ibiblio.org/pub/Linux/system/daemons/cron/cron${PV}.tar.gz \