mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 19:36:48 +02:00
The new release brings: Version 3.0.0 (2024-12-17) from 2.16 - Multithreaded execution - Decoupled exports from imports - Unified route attribute names - Slightly different log format - Separate reload command for filters and protocols - BGP: Export tables show the state as on wire - Lots of internal changes Added a patch to disable hash test that segfaults
6 lines
115 B
Bash
6 lines
115 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S bird 2>/dev/null
|
|
adduser -S -D -H -s /sbin/nologin -G bird -g bird bird 2>/dev/null
|
|
|
|
exit 0
|