diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-08-02 22:24:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-02 22:24:14 +0000 |
commit | ea7aad4d20a12a2ff240cae42795d888cac4a511 (patch) | |
tree | 373ff341b7c42e952d5a42377b0c67d6b55f1340 /packages/samba/samba_3.0.14a.bb | |
parent | a023b903bfd1a45a026b228dbde5d680fe8bdf6c (diff) |
Update to working update-rc.d stuff
Diffstat (limited to 'packages/samba/samba_3.0.14a.bb')
-rw-r--r-- | packages/samba/samba_3.0.14a.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/samba/samba_3.0.14a.bb b/packages/samba/samba_3.0.14a.bb index dbc85efb44..3c660ed5c1 100644 --- a/packages/samba/samba_3.0.14a.bb +++ b/packages/samba/samba_3.0.14a.bb @@ -1,4 +1,4 @@ -PR = "r10" +PR = "r11" SRC_URI = "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \ file://configure.patch;patch=1 \ @@ -10,6 +10,7 @@ SRC_URI = "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \ S := ${WORKDIR}/${P}/source include samba.inc +inherit update-rc.d INITSCRIPT_NAME = "samba" # No dependencies, goes in at level 20 (NOTE: take care with the |