[Joachim Breitner] > sounds great. I’ll leave it to you from here on. If you have a new > metainit package that I should sponsor, you are welcome to put > yourself in the Maintainer field.
Hi. Did anything happen with metainit since this post? Since then, I went ahead and implemented a library to make it possible to create init.d scripts that look like this: #!/lib/init/init-d-script ### BEGIN INIT INFO # Provides: atd # Required-Start: $syslog $time $remote_fs # Required-Stop: $syslog $time $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Deferred execution scheduler # Description: Debian init script for the atd deferred executions # scheduler ### END INIT INFO DAEMON=/usr/sbin/atd And after giving where to maintain the script some thought, I suspect metainit might be a good package to put it. What is your view on this? See <URL: https://lists.debian.org/debian-devel/2014/02/msg00106.html > for a thread I started on debian-devel@ to gather feedback on the implementation. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

