96e89d0062
Initial openSUSE package base taming effort has shown that relatively few things should be fixed; subst has been generalized as -i option to sed(1) since its introduction, so let's just fix it.
4 lines
154 B
Bash
Executable File
4 lines
154 B
Bash
Executable File
#!/bin/sh -e
|
|
# we don't need no gettys in OpenVZ VEs (might need one in LXC though)
|
|
sed -i 's,^[0-9]\+:[0-9]\+:respawn:/sbin/mingetty.*,#&,' /etc/inittab
|