Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 675
    • Issues 675
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 198
    • Merge Requests 198
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #172

Closed
Open
Opened Sep 25, 2009 by aa latchm@aalatchm

/etc/rc.local is not migrated to 1.9

After upgrade from 1.8 to 1.9, /etc/rc.local is not migrated as a startup script. Instead, /etc/init.d/rc.local (which may or may not exist) is added to runlevel default.

Tested on 1.9.0_rc5.

Some possible options:

  • mv /etc/rc.local /etc/init.d/rc.local
  • ln -s /etc/rc.local /etc/init.d/rc.local
  • rc-update del rc.local && ln -s /etc/conf.d/local.start && rc-update add local
  • Write default /etc/init.d/rc.local which sources /etc/rc.local

(from redmine: issue id 172, created on 2009-09-25, closed on 2009-10-02)

  • Changesets:
    • Revision bd325689 on 2009-09-25T14:25:32Z:
main/openrc: migrate rc.local from 1.8

fixes #172
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Alpine 1.9
Milestone
Alpine 1.9 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/aports#172